Skip to content

Commit d356955

Browse files
authoredNov 18, 2021
Create README.md
1 parent 7ff2fd3 commit d356955

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
 
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
![image](https://user-images.githubusercontent.com/70272542/142356847-f734c448-b4b3-407a-9783-fd8af4ecb4e2.png)
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

Comments
 (0)
Please sign in to comment.