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

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

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
Screenshot 2023-04-27 171302

# 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!!!!