Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 666 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 666 Bytes

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.