You all know, rock paper scissors, a.k.a - rps, is one of the most famous games!
SO, go try ur hands at it! And try to win!
Make the game of Rock Paper Scissors more fun by using buttons!
I have created this game using the tkinter library, in which I have used the pillow library to get the images and make the game more interactive,
pip install pillow
This program takes the input from you in the form of buttons used from the tkinter library, then using the random module it process ur input and gives you the output or win/loss/draw in the below text box!
You can run the file by writing the below command in your terminal/command line
python rock_paper_scissors.py
Be sure to reslove the dependencies before running the program
Chinmay Singhal