Some day there may be a packaging tool configuration to handle dependencies and deployment, in the meantime you may want to
- fork this repository
- clone your fork locally
- update your python install
pip3 install --upgrade pip
pip3 install jupyter kivy kivymd kivy_garden matplotlib seaborn
- run the notebooks with
cd notebooks
jupyter notebook
- run the various other scripts (usually) from command line
python3 ./script.py
, check the various README for more infos.
UI discussions happen at balsamiq, 🗪 give us a shout to explain how you want to join and get access.
Graphics assets are more than welcome, preferably in opensource format (Inkscape's SVG, Gimp's rasterized).
And if you wanna share some great music or your own design for the world to get some inspiration you're welcome too.
various errors may happen depending on your development environment. Maybe someday we'll fix them with a proper package management system (you're welcome to help). In the meantime there as the few trouble we met, and ways to fix them:
FileNotFoundError: [Errno 2] No such file or directory: python3.8/site-packages/kivymd/uix/label/label.kv
possible fix : update your local version of kivymd with the command:
pip install https://github.com/kivymd/KivyMD/archive/refs/tags/1.1.0.zip
Seems like readthedocs is specifically requesting an incompatible version of pygments > source.
possible fix: upgrade your local Pygments library:
pip3 install --upgrade Pygments