Skip to content

Commit e712c07

Browse files
Python Tkinter Random Winner Generador start
1 parent 28cf6f5 commit e712c07

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Python Tkinter Random Winner Generador
2+
# Generador de ganador aleatorio de Python Tkinter
3+
4+
5+
6+
from tkinter import *
7+
8+
root = Tk()
9+
root.title('Python Tkinter Random Winner Generador!')
10+
root.iconbitmap('Python Tkinter Random Winner Generador/umbrella.ico')
11+
root.geometry("400x600")
12+
13+
entries = ['Sanbid Ray ', 'The Refuge Malik', 'Google India']
14+
15+
16+
root.mainloop()
Binary file not shown.

0 commit comments

Comments
 (0)