We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ff2fd3 commit d356955Copy full SHA for d356955
GUI Rock-Paper-Scissors Game/README.md
@@ -0,0 +1,13 @@
1
+<h1>Rock Paper Scissors Game GUI<h1>
2
+
3
+ <h3>Import Required Library<h3>
4
+ <ul>
5
+ <h5>from tkinter import *</h5>
6
+ <h5>from tkinter import ttk</h5>
7
+ <h5>from random import *</h5></ul>
8
+ <p>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. </p>
9
10
+
11
+<br>
12
+<p>And that's it. Congratulations You have built your First Rock-Paper-Scissors GUI Game
13
+ in python👏👏</p>
0 commit comments