https://github.com/squidkid-deluxe/calculator
A simple GUI calculator
https://github.com/squidkid-deluxe/calculator
calculator gui python tkinter
Last synced: 3 months 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 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-03T23:11:20.000Z (about 5 years ago)
- Last Synced: 2025-01-14T11:02:28.628Z (4 months 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