This is my version of a post that I enjoyed on Reddit. Take a look at the post here.
Demo.MOV
- Python 3.3 or higher
# cloning the repo
$ git https://github.com/valanm22/Rock-Paper-Scissors-Simulation.git
# move to the project folder
$ cd Rock-Paper-Scissors-Simulation
# creating venv
$ python3 -m venv your_env_name
# activating the venv
$ your_env_name\Scripts\activate
# installing the required packages
$ pip install -r requirements.txt
$ python app.py