Windows version of Bucklespring repository, with great help from ChatGPT.
- Run
Bucklespring.exe
from the App directory and enjoy! 😊
-
Install Python (if not already installed).
-
Open the terminal in the root of the project directory.
-
Install and create a virtual environment:
python -m pip install virtualenv
python -m virtualenv venv
-
Activate the virtual environment:
cd venv/Scripts/ activate
-
Go back to the project root:
cd ../..
-
Upgrade pip:
python.exe -m pip install --upgrade pip
-
Install the required packages from
req.txt
:pip install -r req.txt
-
Run the project file:
python Bucklespring.py
- To exit the app, press
Ctrl + Esc
. - To mute the app, press
Alt + M
.
-
Stereo sound(Check outStereo.py
) -
Mute feature - Improve sounds map
For more info, visit Bucklespring GitHub Repository.