Skip to content

Commit 482f61e

Browse files
committed
added jumbled words guessing game
1 parent af0a24d commit 482f61e

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

PyGamesScripts/jumbled-words-guessing-game/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ Jumbled words guessing game is a game developed in python programming Language u
2222
3. Run the code and start playing.
2323
4. Have fun!!
2424

25+
## Real time use and purpose
26+
* It is used to play jumbled words game which sharpens your mind and is also a source of distraction
2527

2628
## Output
2729
![GitHub Logo](Images/guessing.png)
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import tkinter
2+
from tkinter.constants import END
3+
from tkinter.font import names
4+
import random
5+
from tkinter import Label, messagebox
6+
from typing import Text

0 commit comments

Comments
 (0)