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

https://github.com/sourhub226/python-calculator-gui

Google calculator clone in python
https://github.com/sourhub226/python-calculator-gui

calculator google-calculator gui python python-calculator tkinter tkinter-gui

Last synced: 9 days ago
JSON representation

Google calculator clone in python

Awesome Lists containing this project

README

        

[![made-with-python](https://img.shields.io/static/v1?label=Made%20with&message=Python&logo=python&labelColor=FFD745&color=3475A7)](https://www.python.org/)
[![CodeFactor](https://www.codefactor.io/repository/github/sourhub226/python-calculator-gui/badge)](https://www.codefactor.io/repository/github/sourhub226/python-calculator-gui)
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/sourhub226/python-calculator-gui/issues)
![ViewCount](https://views.whatilearened.today/views/github/sourhub226/python-calculator-gui.svg)

# Python Calculator App
Google calculator clone made in python using `Tkinter` module.

![gui](preview.png)

### Python Dependencies:

- [`asteval` package](https://pypi.org/project/asteval/) (ASTEVAL provides a numpy-aware, safe(ish) ‘eval’ function)

Install the above python dependency using the following command

pip install -r requirements.txt