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

https://github.com/surbhi242singh/calculator_using_tkinter

This is a python code that uses Tkinter library to create a calculator application
https://github.com/surbhi242singh/calculator_using_tkinter

application gui python tkinter

Last synced: 10 months ago
JSON representation

This is a python code that uses Tkinter library to create a calculator application

Awesome Lists containing this project

README

          

# Calculator using Tkinter

## Project Overview
This project is a simple graphical calculator application built using Python's Tkinter library. The calculator performs basic arithmetic operations like addition, subtraction, multiplication, and division. It features a user-friendly interface, allowing users to interact with the calculator through a graphical interface rather than a command line.

## Features
- **Basic Arithmetic Operations**: Addition, subtraction, multiplication, and division.
- **Graphical User Interface**: Easy-to-use interface with buttons for digits and operations.
- **Clear Button**: Resets the current input and output.
- **Responsive Layout**: Adjusts layout according to window size.

## Requirements
- Python 3.x
- Tkinter (usually comes pre-installed with Python)

## Contributing
1. Fork the repository.
2. Create a new branch (`git checkout -b feature-branch`).
3. Make your changes.
4. Commit your changes (`git commit -am 'Add new feature'`).
5. Push to the branch (`git push origin feature-branch`).
6. Create a new Pull Request.

## License
This project is licensed under the MIT License. See the `LICENSE` file for more details.

## Acknowledgements
- Python Software Foundation
- Tkinter Documentation

---

**Contact Information**
For any queries or suggestions, feel free to open an issue or contact me at your-singhs242@gmail.com.

Enjoy using the calculator!

---