mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-18 21:14:31 -04:00
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:
7
examples/code/Python/.gitignore
vendored
Normal file
7
examples/code/Python/.gitignore
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
.venv
|
||||
build
|
||||
dist
|
||||
__pycache__
|
||||
setup.py
|
||||
*.egg-info
|
||||
*.so
|
Reference in New Issue
Block a user