An open API service indexing awesome lists of open source software.

https://github.com/eclouf/clean-gabc

Clean and organize file .gabc
https://github.com/eclouf/clean-gabc

cleaner command-line gabc gregorian gregorio python

Last synced: 2 months ago
JSON representation

Clean and organize file .gabc

Awesome Lists containing this project

README

        

# Clean-gabc
Program to clarify gabc partions

## Developpement:
Run install.sh for install dependance:
```bash
install.sh
```

## Build:
Install cx_Freeze
```python
pip install cx_Freeze
```
... and build:
```python
python setup.py build
```