https://github.com/parthasdey2304/tkinter-calculator
This is a calculator made using tkinter
https://github.com/parthasdey2304/tkinter-calculator
Last synced: about 1 year ago
JSON representation
This is a calculator made using tkinter
- Host: GitHub
- URL: https://github.com/parthasdey2304/tkinter-calculator
- Owner: parthasdey2304
- License: apache-2.0
- Created: 2023-04-27T07:54:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-10T18:54:58.000Z (almost 3 years ago)
- Last Synced: 2025-03-11T14:55:18.539Z (about 1 year ago)
- Language: Python
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tkinter Calculator
This is a calculator made using tkinter.
# Upcoming Features
Some of the upcoming features include:
+ Adding support for scientific calculations
+ Better UI design
+ Calculation history
# Prerequisites
For this you would need these:
+ Git
+ Python(version 3.7 or higher)
+ tkinter python package)
# Installation
You would need to install python:
```
sudo apt install python
```
Then install tkinter(python package}:
```
sudo apt apt install python-tk
```
Then install git, and sign in:
```
sudo apt install git
```
# Usage
+ You need to clone the repository first.
```
git clone https://github.com/parthasdey2304/tkinter-calculator.git
```
+ Get inside the folder.
```
cd tkinter-calculator
```
+ Run the file **main.py**,
```
python main.py
```
+ Its running you can use it now!!
# Screenshots

# Contributing
We welcome contributions from the community! If you'd like to contribute to tkinter-calculator, please read the following guidelines on how to contribute:
+ Fork the repository and create a new branch for your changes.
+ Make your changes to the code.
+ Test your changes thoroughly.
+ Commit your changes with a clear and descriptive message.
+ Push your changes to your fork.
+ Create a pull request and wait for me to verify and then merge it to the main branch.
# THANK YOU COMMUNITY!!!!