feat(examples): add example playing sointu tracks from Python (#108)

* Added Python code example.
* Added pyinstaller build.
* Clarified debugging steps in README.md.
* Added linux implementation.
* Cosmetics.
* Updated README with correct steps.
This commit is contained in:
Alexander Kraus
2023-10-11 08:37:00 +02:00
committed by GitHub
parent f5eeabe5f3
commit 94589eb2eb
9 changed files with 619 additions and 0 deletions

7
examples/code/Python/.gitignore vendored Normal file
View File

@ -0,0 +1,7 @@
.venv
build
dist
__pycache__
setup.py
*.egg-info
*.so