Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 504 Bytes

File metadata and controls

17 lines (10 loc) · 504 Bytes

python-application

Current features

  1. Triangle calculator - calculates type of triangle based on lengths of sides/points of triangle
  2. Calculator
  3. Dictionary
  4. Temperature converter

We'll add more later.

All Python files must be run using command line

Running It

Download the repository, and make sure you have Python 3 as well as tkinter installed on your system. Run the basicGUI.py file to run the GUI, or run individual files to get single functions in a text based format.