Python Formula Solver is a simple solver for various, common formulas using tkinter to display the information. Using buttons and text inputs, the program outputs the answer to simple calculations as a string.
This program was created and run on Python 3.7.
- Python
- TkInter
- Frame manipulation
- Buttons
- Labels
- Entries
- Exiting via button commands
- Frame changes via button commands
- Answer displays via button commands
- Basic geometry, algebra, and calculus