📦 Release v1.0 – Initial Build
This is the first release of the Python Calculator built using CustomTkinter
. It includes a standalone .exe file for easy use on Windows — no Python installation required.
✅ Features
Basic calculator with:
Addition
Subtraction
Multiplication
Division
Clean, modern GUI built with CustomTkinter
Built as a portable Windows .exe using PyInstaller
🖥️ How to Use
Download calculator.exe from the Assets section below.
Double-click to run.
🔧 Built With
Python 3.x
CustomTkinter
PyInstaller (--onefile --windowed mode)
💡 Notes
This is an offline app. No internet is required.
And Instead of "X "For Multipication here "* " is present And Instead Of "÷" For Division there is "/"
If you want to run from source or build your own .exe, check the README
- in the repo.