play "Rock Paper Scissors" with your computer using computer vision.
- fork this repo
- clone your repo:
https://github.com/<your_github_username>/rock-paper-scissors.git - create a virtual environment inside the folder:
python -m venv .venv - activate the virtual environment:
.venv\Scripts\activate(in case of Windows) - install the required packages for the game to run using:
pip install -r requirements.txt - run the code:
python file_name.py - make sure to
deactivateonce your done.
Instructions about the task can be found here