An app for the PC version of Sky:COTL to key bind expressions and auto play music with sheets
You can now download the pre-relase version here
Just extract the archive and launch .exe
The code haven't been revised and just a proof of concept
Automatic music player
- Open the app, go to music Tab
- Download any json format sheet for sky from here as an example
- Press a "+" button and choose your downloaded song.
- Choose it from the list and press "play" button at the bottom right - this will start listening for hotkeys to start and stop the music. Got to sky, pick your instrument and press the keybind. The default ones are "/" to start playing and "q" to stop. You can change them in
config.json
file in the same directory, as well as all the notes buttons. - You can change the speed of the music by going into the .txt file of the music itself and adjust its value under the "bpm" field, or edit it somewhere like Sky Nightly
- 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