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

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

Awesome Lists containing this project

README

          

### Python Gui Calculator

Simple interface tkinker calculator

[![Python Version](https://img.shields.io/badge/Python-3.6-brightgreen.svg)](https://www.python.com)

![tkinker-calculator](https://github.com/flavien-hugs/py-gui-calculator/blob/main/screenshort.png)

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)