https://github.com/loosedwhale/calculator_simple_python_gui_assigment
https://github.com/loosedwhale/calculator_simple_python_gui_assigment
assignment calculator gui python python3 simple
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/loosedwhale/calculator_simple_python_gui_assigment
- Owner: LoosedWhale
- Created: 2023-11-23T15:56:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-23T17:37:37.000Z (over 1 year ago)
- Last Synced: 2025-02-13T23:45:04.525Z (4 months ago)
- Topics: assignment, calculator, gui, python, python3, simple
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calculator Simple Python GUI Assigment
Languages and Tools:
![]()
## Description
This Python script implements a simple calculator with a graphical user interface (GUI) using the Tkinter library.
## Features
- Addition, subtraction, multiplication, and division operations.
- Responsive GUI with a clear entry box for user input.
- Functional buttons for numbers (0-9), mathematical operations, and clear.
- The ability to perform calculations and display results with a single click.## How to Run
1. Clone the repository: `git clone https://github.com/LoosedWhale/Calculator_Simple_Python_GUI_Assigment.git`
2. Navigate to the project directory: `cd Calculator_Simple_Python_GUI_Assigment.git`
3. Run the script: `python calculator.py`## Usage
- Enter numbers using the number buttons (0-9).
- Perform mathematical operations using the corresponding buttons (+, -, *, /).
- Click the "=" button to see the result.
- Use the "Clear" button to reset the input.Feel free to customize the information as needed, and let me know if you have any specific details or sections you'd like to add!