Skip to content

Simple calculator application for Windows, built with Python and Tkinter.

Notifications You must be signed in to change notification settings

adityajanjanam/WIndowsDesktopCalculator

Repository files navigation

Windows Desktop Calculator

Overview

The Windows Desktop Calculator is a simple and easy-to-use calculator application built using Python and Tkinter. It allows users to perform basic arithmetic calculations such as addition, subtraction, multiplication, and division.

Features

  • Basic arithmetic operations: Addition, Subtraction, Multiplication, Division
  • User-friendly graphical interface
  • Lightweight and fast

Installation

To use this calculator, you can download the executable (.exe) or MSI installer from the repository's release section.

Requirements

  • Windows OS: This application is specifically built for Windows.
  • No need to install Python or any additional libraries when using the provided .exe or .msi.

Usage

  1. Download the .exe or .msi installer from the releases
  2. Run the application on your Windows machine.
  3. Enter numbers and click the corresponding operation button (e.g., +, -, *, /) to perform calculations.

Build Instructions

To build this project from source:

  1. Clone the repository:
    git clone https://github.com/adityajanjanam/WIndowsDesktopCalculator.git