- images (images folder)
- keybinds (keybinds folder)
- Routine Creator.py (the python file )
- routine creator keybinds.txt (keybinds file )
To install the dependencies
- csv (conda install -c anaconda csvkit)
- second way to install csv (pip install python-csv)
- pandas (conda install -c anaconda pandas)
- second way to install pandas (pip install pandas)
or run
pip install -r requirements.txt
All project keybinds are located in the ./keybinds
folder.