├── LICENSE ├── README.md ├── demo.py ├── musica.py ├── requirements.txt └── sample.jpg /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lafith/pymusica/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lafith/pymusica/HEAD/README.md -------------------------------------------------------------------------------- /demo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lafith/pymusica/HEAD/demo.py -------------------------------------------------------------------------------- /musica.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lafith/pymusica/HEAD/musica.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lafith/pymusica/HEAD/requirements.txt -------------------------------------------------------------------------------- /sample.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lafith/pymusica/HEAD/sample.jpg --------------------------------------------------------------------------------