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
- Host: GitHub
- URL: https://github.com/surbhi242singh/calculator_using_tkinter
- Owner: Surbhi242singh
- Created: 2024-08-03T18:01:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-05T05:13:51.000Z (almost 2 years ago)
- Last Synced: 2025-03-21T08:48:58.605Z (over 1 year ago)
- Topics: application, gui, python, tkinter
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!
---