Skip to content

afrakh/GUI-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

🧮 Simple Calculator using Tkinter
This project is a basic GUI calculator application built using Python's Tkinter library. It allows users to perform simple arithmetic operations such as addition, subtraction, multiplication, and division. The interface is user-friendly and mimics a standard calculator layout.

FEATURES:

  • Clean and modern GUI with styled buttons
  • Supports:
    • Addition (+)
    • Subtraction (-)
    • Multiplication (*)
    • Division (/)
    • Decimal point inputs
    • Brackets () for expression grouping
  • C button to clear the current input
  • = button to evaluate the result with error handling

TECHNOLOGIES USED:

  • Python 3
  • Tkinter for GUI development

REQUIREMENTS:

Make sure you have Python installed.
Tkinter is part of the standard Python library, so no additional packages are required to install.<br

Run the Script in bash:
python calculator.py

You can also create any virtual environment to run the program or use any code editor.

Made with 💙 using Python and Tkinter.

About

A simple functional calculator made using Python and Tkinter for Graphical User Interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages