A simple yet functional calculator application built using PySide6. This project provides a user-friendly interface for performing basic arithmetic operations like addition, subtraction, multiplication, and division.
-
Basic Arithmetic Operations: Perform addition, subtraction, multiplication, and division.
-
Clear Functionality: Reset the calculator with a single button click.
-
Interactive Interface: Buttons and display are designed for ease of use.
-
Use keyboard to input operations: Fully functional with keyboard inputs.
- Backend and Frontend: Python, PySide6
- Clone the repository:
git clone https://github.com/tiagordds/calculator_project.git
cd calculator_project- Run the calculator:
python calculator.py
