Metadata-Version: 1.1
Name: MetaMusic
Version: 1.1.5
Summary: Metamusic
Home-page: https://github.com/unique1o1/Meta-Music
Author: Yunik Maharjan
Author-email: yunik.maharjan@icloud.com
License: MIT
Description-Content-Type: UNKNOWN
Description:        
        # Meta-Music
        Meta-Music is a simple application for Linux and Mac (windows support coming up) for adding Metadata to your music File/ Library with a few simple clicks.
        
        **Python 3.6 or higher needed**
        # Using PIP
                sudo pip install MetaMusic
                meta-music
                # Or
                meta-music /path/to/folder or song
                
        # Using source
                
                cd Meta-Music
                git checkout pypi_package 
                python3.6 setup.py install
                meta-music
                # Or
                meta-music /path/to/folder or song
                
        **Debian users can open the application through the icon**
        
        # Demo
        
        ![demo](https://media.giphy.com/media/8PBFETWIZ39tme3vow/giphy.gif)
        
        
        **Note for MacOS users**: If you experience problems with fork in macOS, put `OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES` in your environment variable to fix the issue. This is an issue with macOS 10.13 where Apple changed the way fork() works on the OS which is incompatible with Python fork().
         
        **Note for Windows users**: Currently the program is not working for windows
        
        * **If you have any problems do open an issue**
        
Platform: Linux
Platform: MacOS
Platform: Windows
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3.6
