Metadata-Version: 1.1
Name: MetaMusic
Version: 1.1.1
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 an open-source project that lets people add metadata to their Music library.
        
        # Using PIP
                sudo pip install MetaMusic
                sudo npm install -g random-material-color react react-dom
                meta-music
                # Or
                meta-music /path/to/folder or song
        # Using source
                
                cd Meta-Music
                git checkout pypi_package 
                python3.6 setup.py install
                sudo npm install -g random-material-color react react-dom
                meta-music
                # Or
                meta-music /path/to/folder or song
        # 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().
         
        
Platform: Linux
Platform: MacOS
Platform: Windows
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3.6
