-
Notifications
You must be signed in to change notification settings - Fork 0
Introduction
Chloe Stabinsky edited this page Mar 1, 2019
·
1 revision
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 demonstrates the use of the following:
- 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