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.
- Host: GitHub
- URL: https://github.com/gperretta/python-calculator
- Owner: gperretta
- Created: 2022-12-27T13:43:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-29T15:20:15.000Z (over 2 years ago)
- Last Synced: 2025-02-12T08:33:22.003Z (3 months ago)
- Topics: beginner-project, calculator, pycharm-ide, python, python3, tkinter-gui
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).