Skip to content

Introduction

Chloe Stabinsky edited this page Mar 1, 2019 · 1 revision

Welcome to the Python-Formula-Solver wiki!

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

Clone this wiki locally