The tools to import and export the dances for bal folk music
After installing you will find a shortcut in your start menu.
You might need to install the correct python version (3.8) if you want to run the binary.
- Python3
- Mutagen
- pydub
- appJar
- requests
- Tkinter
Use the supplied patches to patch pydub in order to prevent dos popups.
- python3-dev
- cx-freeze
python setup.py build
python setup.py bdist_msi
I.e.
cxfreeze tools\music_wizard.py --include-path="C:\Users\Wim Lemkens\Documents\Projects\balfolk-db\tools" --include-modules=tools,Music
cxfreeze music_wizard.py --include-path="C:\Users\Wim Lemkens\Documents\Projects\balfolk-db\tools" --include-modules=tools,Music
source venv/bin/activate
cxfreeze tools/music_wizard.py --include-path=</path/to/code> --include-modules=tools,Music,idna.idnadata
I.e:
cxfreeze balfolk-db/tools/music_wizard.py --include-path=balfolk-db/ --include-modules=tools,Music,idna.idnadata && mkdir -p dist/balfolk-db && cp -r balfolk-db/images dist/balfolk-db/images