Skip to content

KevinDacanay/Python_Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿงฎ Calculator Program

This is a simple GUI Calculator built using Python's Tkinter library. The calculator can handle basic arithmetic operations such as addition, subtraction, multiplication, and division.

๐Ÿ“‹ Features

Perform basic arithmetic operations (Addition, Subtraction, Multiplication, Division). Supports decimal inputs. Clear functionality to reset the input. Simple and clean user interface using Tkinter.

๐Ÿ› ๏ธ How it works

โž• Adding Numbers

When you press a number button, it appends the number to the current input. The input is displayed on the calculator's screen using a Label widget.

โž— Performing Operations

You can perform operations by pressing the operator buttons like +, -, *, and /. The input string is evaluated using Python's eval() function when the equals (=) button is pressed.

๐Ÿงน Clearing Input

The Clear button resets the input and screen, allowing you to start fresh.

About

This is a simple calculator program created in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages