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
- Host: GitHub
- URL: https://github.com/eclouf/clean-gabc
- Owner: Eclouf
- Created: 2024-11-23T15:43:55.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-02-12T14:38:04.000Z (4 months ago)
- Last Synced: 2025-02-13T10:20:01.286Z (4 months ago)
- Topics: cleaner, command-line, gabc, gregorian, gregorio, python
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```