Skip to content

Commit a0d2b62

Browse files
committed
2 parents 9323a3c + 2885b74 commit a0d2b62

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CALCULATOR/README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Calculator with Python tkinter
2+
3+
This is a simple calculator created using Python and the tkinter library. The calculator provides basic arithmetic operations such as addition, subtraction, multiplication, and division. The calculator has a simple and user-friendly interface.
4+
5+
## Installation
6+
7+
1. Clone this repository to your local machine.
8+
2. Install the required dependencies using `pip install -r requirements.txt`
9+
3. Run the `calculator.py` file to launch the calculator.
10+
11+
## Usage
12+
13+
The calculator provides the following operations:
14+
15+
- Addition (+)
16+
- Subtraction (-)
17+
- Multiplication (*)
18+
- Division (/)
19+
- Clear (C)
20+
- Equals (=)
21+
22+
To use the calculator, simply click the buttons to enter numbers and select an operation. The calculator will display the result in the output field.
23+
24+
## Contributing
25+
26+
If you find a bug or would like to suggest a new feature, please open an issue or submit a pull request on GitHub. Contributions are always welcome!

0 commit comments

Comments
 (0)