Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 540 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 540 Bytes

Python Calculator

Basic calculator coded in Python3 using the tkinter module to build a simple yet modern GUI.

  • Elementary operations (addition, subtraction, multiplication, division)
  • Square and square root operations
  • Change/reverse number sign functionality
  • Clear field functionality


Find Tkinter documentation here.