Skip to content

thisal-d/standard-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Standard Calculator

Install the required libraries

pip install customtkinter==5.2.2
pip install pygame

Overview

  • This is a Python calculator application built using CustomTkinter and Pygame libraries. It provides standard arithmetic operations.

Features

  • Standard arithmetic operations: addition, subtraction, multiplication, division.

Screenshot

Getting Started

  1. Clone the repository:

    git clone https://github.com/thisal-d/standard-calculator.git
    cd standard-calculator
  2. Install dependencies:

    pip install customtkinter==5.2.2 pygame
  3. Run the application:

    python <main_file>.py

    Replace <main_file>.py with the main script for launching the calculator (e.g., main.py).

About

Calculator that provides standard arithmetic operations. (Python)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages