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.
- Basic arithmetic operations: Addition, Subtraction, Multiplication, Division
- User-friendly graphical interface
- Lightweight and fast
To use this calculator, you can download the executable (.exe) or MSI installer from the repository's release section.
- 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
.
- Download the
.exe
or.msi
installer from the releases - Run the application on your Windows machine.
- Enter numbers and click the corresponding operation button (e.g.,
+
,-
,*
,/
) to perform calculations.
To build this project from source:
- Clone the repository:
git clone https://github.com/adityajanjanam/WIndowsDesktopCalculator.git