Skip to content

A simple desktop calculator app, written in Python with an object-oriented approach, using tkinter for basic math operations.

Notifications You must be signed in to change notification settings

ydahal1/tkinter_calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Simple Tkinter Calculator

Calculator Demo

Prerequisites

Before you begin, ensure you have Python3 installed your system.

Getting Started

  1. Clone the repository to your local machine:

    git clone https://github.com/ydahal1/yourcalculator.git
    
  2. Install the dependencies listed in requirements.txt. You can run below command to install

    pip install -r requirements.txt
    
  3. From the root of the project, run the Python script calculator_oop.py:

    python3 calculator_oop.py
    
  4. To stop the program from running, simply close the application window.

About

A simple desktop calculator app, written in Python with an object-oriented approach, using tkinter for basic math operations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages