pip install customtkinter==5.2.2
pip install pygame- This is a Python calculator application built using CustomTkinter and Pygame libraries. It provides standard arithmetic operations.
- Standard arithmetic operations: addition, subtraction, multiplication, division.
-
Clone the repository:
git clone https://github.com/thisal-d/standard-calculator.git cd standard-calculator -
Install dependencies:
pip install customtkinter==5.2.2 pygame
-
Run the application:
python <main_file>.py
Replace
<main_file>.pywith the main script for launching the calculator (e.g.,main.py).