Skip to content

A simple Calculator User-interface using tkinter and python with Addition, multiplication, subtraction and division operations using both positive and negative integers or floating point numbers.

Notifications You must be signed in to change notification settings

Yazeed18/Python-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

A simple basic calculator user interface utilising the tkinter GUI package. This calculator does the main 4 mathematical operations; addition, subtraction, division and multiplication. It accepts both positive and negative integers as well as floating point numbers. It also throws an Error for operations that can't be done such as dividing by 0! There is also a "C" button which clears the screen of any result or input.

Addition:

Calc_Addition

Subtraction:

Calc_Subtract

Division:

Calc_divide

Multiplication:

Calc_Multiply

Negative Numbers:

Calc_negative

Error Response:

Calc_Error

About

A simple Calculator User-interface using tkinter and python with Addition, multiplication, subtraction and division operations using both positive and negative integers or floating point numbers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages