Teg3z / Wheel-of-Luck

The wheel chooses the game for you and your friends on Discord tonight!
0 stars 1 forks source link

Wheel Of Luck

Can't decide on which game to play with your friends tonight? Don't worry, we've got you covered!

Spin the Wheel Of Luck that randomly chooses the game for you. Make your own list of games, that you consider playable tonight. The Wheel also let's your Discord server know what you are going to play! Maybe others will join your epic gaming experience?

An epic project of enthusiastic IT students learning basic Python coding. MIT license of course.

Setup Instructions for Developers

  1. Clone the repository:
    • git clone https://github.com/Teg3z/Wheel-of-Luck.git
    • (with all branches) git fetch --all
  2. Create a virtual environment:
    • python -m venv venv
  3. Activate the virtual environment:
    • Windows: venv\Scripts\activate
    • macOS/Linux: source venv/bin/activate
  4. Install the required packages:
    • pip install -r requirements.txt
  5. Create variables.env file
    • See variables.env.example file
  6. Run the application:
    • python wheel_of_luck.py

Project Maintainers