When using the function entry of Tkinter, you can write a string value and do things with it; but I'm actually working with formulas. The idea is fairly simple: to put a bunch of boxes to fill with numbers (pressure, thrust, stress, temperature and so on) and then take that numbers, apply the formulas and show the results in the same window.
How can I do that?
I've been searching for hours and hours without getting a non confusing solution.
Seems like the guy in this page had the same trouble, but I did not understand a nut of the solution: How to get value from entry(Tkinter), use it in formula and print the result it in label
Here as well is another example of the few (just 2) I could get, but for me, is way complicated than the previous above:
https://www.python-course.eu/tkinter_entry_widgets.php
If someone could share a full program which explains me how can I apply that concept of taking numerical values from string entries in my future projects, I will be so so so glad.