https://github.com/squidkid-deluxe/calculator
A simple GUI calculator
https://github.com/squidkid-deluxe/calculator
calculator gui python tkinter
Last synced: 20 days ago
JSON representation
A simple GUI calculator
- Host: GitHub
- URL: https://github.com/squidkid-deluxe/calculator
- Owner: squidKid-deluxe
- Created: 2020-04-03T23:08:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-03T23:11:20.000Z (about 6 years ago)
- Last Synced: 2025-03-04T06:42:56.190Z (over 1 year ago)
- Topics: calculator, gui, python, tkinter
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GUI calculator
This is a simple GUI calculator that currently operates by both keyboard and on-screen buttons.
The calculator can handle:
- modulus(%)
- multiplication(*)
- subtraction(-)
- addition(+)
- division(/)
- exponents(**)
Dependencies:
========================
gui_calculator.py:
- numexpr
- tkinter