An app for the PC version of Sky:COTL to key bind expressions and auto play music with sheets
Just extract the archive and launch .exe
The code haven't been revised and just a proof of concept
Automatic music player
"emotes" tab doesn't do anything for now
config.json
file in the same directory, as well as all the notes buttons. Have the latest version of python installed on your system from python.org
In your command line execute:
pip install -r requirements.txt
Open cloned directory and execute:
python app.py
For building use flet packaging with pyinstaller:
pip install pyinstaller
flet pack app.py
or more optimized variant with UPX
pyinstaller --noconsole --onefile --upx-dir [your upx installation folder here] app.py
Q: Can i get banned for this?
A: You shouldn't. The app just simulates key presses like any other macro and does not interfere with the game in any way