Skip to content

RezaTaheri01/bucklespring-windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bucklespring-Windows

Windows version of Bucklespring repository, with great help from ChatGPT.

📦 Installation

Option 1: Direct Installation

  1. Run Bucklespring.exe from the App directory and enjoy! 😊

Option 2: Manual Installation

  1. Install Python (if not already installed).

  2. Open the terminal in the root of the project directory.

  3. Install and create a virtual environment:

    python -m pip install virtualenv
    python -m virtualenv venv
  4. Activate the virtual environment:

    cd venv/Scripts/
    activate
  5. Go back to the project root:

    cd ../..
  6. Upgrade pip:

    python.exe -m pip install --upgrade pip
  7. Install the required packages from req.txt:

    pip install -r req.txt
  8. Run the project file:

    python Bucklespring.py

⚠️ Attention

  • To exit the app, press Ctrl + Esc.
  • To mute the app, press Alt + M.

✅ Todo

  • Stereo sound (Check out Stereo.py)
  • Mute feature
  • Improve sounds map

📚 More Information

For more info, visit Bucklespring GitHub Repository.

Packages

No packages published

Languages