0
How to convert str to not or float values in tkinter get methods for entry functions
I want to convert values from the entry function that a use the get method. But using int() does not work
5 odpowiedzi
0
Could you share your code?
0
Sorry, i forgot it. Here it is
https://code.sololearn.com/ccqldc9lNTmb/?ref=app
0
I'm having problems to read the entry
0
Augusto are you getting any errors?
0
Augusto
at least in the line 53: self.int(atk_d20_entry.get())
it probably should be:
int(self.atk_d20_entry.get())