Skip to content

Latest commit

 

History

History
 
 

GUI Rock-Paper-Scissors Game

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Rock Paper Scissors Game GUI

Import Required Library

    from tkinter import *
    from tkinter import ttk
    from random import *

Select Rock Paper or Scissors and click on spin the top label shows whos turn it is and botton label shows who won either computer or you.

image

And that's it. Congratulations You have built your First Rock-Paper-Scissors GUI Game in python👏👏