/GUI-rock_paper_scissors

My rock_paper_scissors game but with GUI!

Primary LanguageTclMIT LicenseMIT

GUI-rock_paper_scissors

My rock_paper_scissors game but with a GUI!

image

How to run this program:

First of all, download this repo. Then extract it using file explorer or Winrar. (You need pip, to install it see: "https://www.geeksforgeeks.org/how-to-install-pip-on-windows/#:~:text=Step%201%3A%20Download%20the%20get,where%20the%20above%20file%20exists.&text=Step%204%3A%20Now%20wait%20through,Voila!"

Go to the directory and shift + right click on the emty space. then open the terminal.

You need then to install "ttkthemes" with the following command: pip install ttkthemes

then run the program with: ./main.py

This project is made with Python 3.10 and ttkthemes.