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

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

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