Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/param302/gui-calculator
A GUI Calculator made in Python using Tkinter library.
https://github.com/param302/gui-calculator
calculator gui python tkinter tkinter-gui
Last synced: 28 days ago
JSON representation
A GUI Calculator made in Python using Tkinter library.
- Host: GitHub
- URL: https://github.com/param302/gui-calculator
- Owner: Param302
- Created: 2021-11-04T08:08:59.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-04T09:10:39.000Z (about 3 years ago)
- Last Synced: 2024-10-31T17:12:53.491Z (3 months ago)
- Topics: calculator, gui, python, tkinter, tkinter-gui
- Language: Python
- Homepage:
- Size: 9.09 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GUI-Calculator
A GUI Calculator made in Python using Tkinter library.
![Calculator Screenshot](https://github.com/Param302/GUI-Calculator/blob/main/previews/big%201.jpg)
## Prerequisites
- Python 3.8v or higher## Modules used:
- Tkinter## Clone this repository
```
https://github.com/Param302/GUI-Calculator.git
```#### Download .exe file from [here](https://github.com/Param302/GUI-Calculator/raw/main/Calculator.exe) or click on below link:
https://github.com/Param302/GUI-Calculator/raw/main/Calculator.exe
- Make Sure to download [cal_icon_2.ico](https://github.com/Param302/GUI-Calculator/raw/main/cal_icon_2.ico) file in the same directory at where Calculator.exe is downloaded.## Screenshots
![Sreenshot 1](https://github.com/Param302/GUI-Calculator/blob/main/previews/small%201.jpg)
![Sreenshot 2](https://github.com/Param302/GUI-Calculator/blob/main/previews/big%201.jpg)
![Sreenshot 3](https://github.com/Param302/GUI-Calculator/blob/main/previews/small%202.jpg)
![Sreenshot 4](https://github.com/Param302/GUI-Calculator/blob/main/previews/big%202.jpg)