Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

readme.md

🖩 Python Calculator

A Python desktop calculator application with a graphical user interface built using Tkinter and CustomTkinter.


✨ Features

  • Basic arithmetic: addition, subtraction, multiplication, division
  • Power (^) and modulo operations
  • Clear and backspace controls
  • Keyboard input support
  • Clean, modern GUI layout

🖥️ Tech Stack

Category Technology
Language Python 3
GUI tkinter, customtkinter

🚀 Getting Started

pip install customtkinter
python main.py

📝 What I Learned

  • Building event-driven GUI applications
  • Handling user input from both mouse clicks and keyboard
  • Evaluating mathematical expressions safely
  • Organizing a multi-file Python application (main + source modules)

Made with ❤️ as part of a learning journey