Skip to content

First release

Latest

Choose a tag to compare

@Venkatesh-6921 Venkatesh-6921 released this 10 Oct 11:59
· 2 commits to main since this release
40b657d

📦 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.

⚠️ Windows SmartScreen may show a warning since the app is unsigned. Click "More info" → "Run anyway" to continue.

🔧 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.