An open API service indexing awesome lists of open source software.

https://github.com/gperretta/python-calculator

Basic calculator coded in Python3 using the tkinter module to build a simple yet modern GUI.
https://github.com/gperretta/python-calculator

beginner-project calculator pycharm-ide python python3 tkinter-gui

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://docs.python.org/3/library/tkinter.html).