https://github.com/hilarionengarejr/python-calculator
This is an implementation of a basic calculator using the tkinter library.
https://github.com/hilarionengarejr/python-calculator
calculator-application gui python tkinter
Last synced: 6 months ago
JSON representation
This is an implementation of a basic calculator using the tkinter library.
- Host: GitHub
- URL: https://github.com/hilarionengarejr/python-calculator
- Owner: HilarioNengareJr
- Created: 2022-08-05T20:30:10.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-28T17:43:00.000Z (over 2 years ago)
- Last Synced: 2025-02-08T03:41:24.942Z (8 months ago)
- Topics: calculator-application, gui, python, tkinter
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calculator App
This is a simple calculator application built using Python and Tkinter. It provides a basic interface for performing arithmetic calculations.
## Features
- User-friendly interface with a display area and numpad buttons.
- Supports addition, subtraction, multiplication, and division operations.
- Allows the user to delete the current input or perform calculations.## Prerequisites
- Python 3.x
- Tkinter library (usually included with Python installations)## Getting Started
1. Clone the repository or download the source code.
2. Make sure you have Python installed on your machine.
3. Open a terminal or command prompt and navigate to the project directory.
4. Run the following command to launch the calculator:## Usage
1. The calculator interface will open with a display area and numpad buttons.
2. Click on the numpad buttons to enter numbers and perform operations.
3. Use the "Del" button to clear the display.
4. Press the "=" button to evaluate the expression and display the result.## Contributing
This project is open to contributions. If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.
## License
This project is licensed under the [MIT License](LICENSE).