Install the files in this GitHub repository. Please ensure you have Python 3.7 or above on your system.
Install pygame
, numpy
, opencv-python
, and pyautogui
. To install pip packages:
pip3 install pygame
pip3 install numpy
pip3 install opencv-python
pip3 install pyautogui
To launch the application, type this command in the directory of the file main.py
:
> python3 main.py