Metadata-Version: 1.1
Name: MetaMusic
Version: 1.0.6
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.
        
        # Installation from source:
        
                cd static
                npm install 
                cd ..
                virtualenv py3
                pip install -r requirements
                python app.py
                npm run watch
        # Using PIP
                sudo pip install MetaMusic
                sudo npm install -g random-material-color react react-dom
                meta-music
        
        # 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
