Eingabe unkenntlich gemacht
This commit is contained in:
parent
32c5c79866
commit
78b5d75835
4
GUI.py
4
GUI.py
@ -33,9 +33,9 @@ def ok():
|
||||
|
||||
Label(root, text="S = Schere, R = Stein, P = Papier ", font=("times",25)).grid(column=1)
|
||||
|
||||
s1_wert = Entry(root,font=(28))
|
||||
s1_wert = Entry(root,font=(28), show="*")
|
||||
s1_wert.grid(row=1)
|
||||
s2_wert = Entry(root,font=(28))
|
||||
s2_wert = Entry(root,font=(28), show="*")
|
||||
s2_wert.grid(row=1,column=2)
|
||||
|
||||
Button(root, text="Wählen", command=ok, font=(30)).grid(row=2, column=1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user