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
- Host: GitHub
- URL: https://github.com/sourhub226/python-calculator-gui
- Owner: sourhub226
- Created: 2020-06-18T14:03:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-23T22:34:46.000Z (5 months ago)
- Last Synced: 2025-03-05T06:34:46.089Z (4 months ago)
- Topics: calculator, google-calculator, gui, python, python-calculator, tkinter, tkinter-gui
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://www.python.org/)
[](https://www.codefactor.io/repository/github/sourhub226/python-calculator-gui)
[](https://github.com/sourhub226/python-calculator-gui/issues)
# Python Calculator App
Google calculator clone made in python using `Tkinter` module.
### 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