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

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

Awesome Lists containing this project

README

        

# Calculator Simple Python GUI Assigment

Languages and Tools:


python

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