This repository contains a simple GUI calculator created using Tkinter in Python.
- File Name: calculatrice.py
- Author: klaynight-dev
This Python program creates a basic calculator with a graphical user interface (GUI) using Tkinter.
To use the calculator:
- Run the
calculatrice.pyfile. - The calculator window will appear with numeric buttons, mathematical operations, and a display screen.
- Click on the buttons to perform arithmetic operations and equations.
- Click the 'Clear' button to reset the input.
- Supports basic arithmetic operations: addition, subtraction, multiplication, and division.
- Allows users to input decimal numbers.
- Provides error handling for invalid expressions.
- calculatrice.py: Contains the Python code for the calculator.
- README.md: This file, providing information about the repository.