Metadata-Version: 2.0
Name: MetaMusic
Version: 1.0.7
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
Platform: Linux
Platform: MacOS
Platform: Windows
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3.6


# 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
# 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
# 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().



