[SOLVED] How to get the value from entry function with tkinter? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

9th Dec 2018, 9:19 PM
Augusto Ferreira Tobias
Augusto Ferreira Tobias - avatar
2 Answers
+ 3
Create a global variables and use get function Tutorial : https://youtu.be/zF5TOcu9VhE
11th Dec 2018, 9:15 AM
Aditya
Aditya - avatar
0
You can get the value from an entry by using get() entryname.get()
10th Dec 2018, 7:32 PM
Juho Pesonen
Juho Pesonen - avatar