0
[SOLVED] How to get the value from entry function with tkinter?
Guys I'm doing a program using younger and I'm having problem to establish a function that depends from a value entered in the Entry function. How could I do that? Ps: the program is a RPG damage calculator
2 ответов
+ 3
Create a global variables and use get function
Tutorial : https://youtu.be/zF5TOcu9VhE
0
You can get the value from an entry by using get()
entryname.get()