Mostafa
You
11/12/2022
1:53
10:32 pm
16/07/2023
import randon
s Create ‣ ner KandoR
Tindow= tk.TkO
‣ Set the dimensions of the created mindni
tndou-geometry("s30x600")
⁃ Set the background coler ef the uinin
tndou.config(og="aFFAFF?")
s Set Tindon TItLe
Endou.title( luster Cessim Eame")
tittle = tk.Label(windon, text="bressing Gane", fant-("krial". 29),
"9-"18050FF". Dg="IFEATT)
restt = tk.Label(uinden, tert="cuck an Flay btt w start the gane".
fon=("rial", 12, "murnal", "italic"), fy-"?463141" . bg="#EFAFT")
tittle-place(#=179, y=$8)
result_place(r=189. y-219)
plaLDutton = OButton(niŢlan, tent="flay cane", fant-("krial". 14, "Wot),
mhite" ng="#609948")
play_Dutton. place(r=179.y=329)
s Guess Butoan
quess_buttan = tik.Butten(aindeu, teat="Cuess", fant=("Artal", 13), state="disabled', fg="#130073"
guess_bu…
Read more
7:54 pm7:54 pm
window = tk.Tk()
# Set the dimensions of the created window
window.geometry("600x600")
# Set the background color of the window
window.config(bg="FFASFD")
# Set Window Title
window.title('Number Guessing Gane")
tittle = tk.label(window, text="Guessing Gane", font=("Arial", 20),
fg="#865DFF", bg="#FFA3FD")
result = tk.label(window, text="Click on Play button to start the gane"
font=("Arial", 12, "normal", "italic"), fg="#4E31AA", bg="#FFA3FD")
tittle.place(x=178, y=50)
result.place(x=180, y=210)
play_button = tk.Button(window, text="play Game", font=("Arial", 14, "bold"),
Ig="white", Dg="#609966")
play_button.place(x=170.Y=320)
s Guess Button
guess_button = tk.Button(window, text="Guess", font=("Arial", 13), state='disabled', fg="#130675", by="Black")
guess-b…
Read more
7:56 pm7:56 pm
YESTERDAY
3:46 am
2:52 pm
2:53 pm
2:53 pm