Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 720 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 720 Bytes

pack_cracking_simulator

Card game booster pack opening simulator

Magic The Gathering Pack Cracking Simulator

Toy project that allows the user to generate a booster pack from the selected Magic the Gathering set.

How To Use

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.