Card game booster pack opening simulator
Toy project that allows the user to generate a booster pack from the selected Magic the Gathering set.
1.) Git clone https://github.com/zerovirus123/pack_cracking_simulator.git
2.) Go to project directory and create a new virtual environment (python3 -m venv /path/to/new/virtual/environment). Make sure virtualenv is installed.
3.) Activate environment by typing source venv/bin/activate.
4.) Install all the requirements by typing pip install -r requirements.txt.
5.) Run the project by typing python run.py. Go to https://localhost:5000, or click on the URL in the terminal output.