https://github.com/flavien-hugs/py-gui-calculator
Python gui calculator
https://github.com/flavien-hugs/py-gui-calculator
python-gui python3 tkinter-graphic-interface tkinter-gui
Last synced: 6 months ago
JSON representation
Python gui calculator
- Host: GitHub
- URL: https://github.com/flavien-hugs/py-gui-calculator
- Owner: flavien-hugs
- Created: 2022-08-12T16:07:05.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-12T22:23:44.000Z (about 3 years ago)
- Last Synced: 2025-02-03T13:44:14.670Z (8 months ago)
- Topics: python-gui, python3, tkinter-graphic-interface, tkinter-gui
- Language: Python
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Python Gui Calculator
Simple interface tkinker calculator
[](https://www.python.com)

A simple calculator application written in Python with the Tkinter library
Installation & Execution of the project locally
------Clone this project:
- `git clone https://github.com/flavien-hugs/py-gui-calculator/`Install package:
- `cd py-gui-calculator`
- `make install`Run application
- `make setup`Credits
------Code: [flavien-hugs](https://twitter.com/flavien_hugs)