Skip to content
This repository was archived by the owner on Jul 28, 2021. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Python Final Project: GUI Calculator

This is a simple 10-key calculator that can perform four operations (addition, subtraction, multiplication, and division) on integers and decimals. To clear the currently displayed number, simply click the field where it appears to reset it to 0.

This calculator handles division by zero by putting -1 in the display.

This calculator should be able to handle any number you can think of. You will only be able to input numbers up to 10 million, and only up to 6 decimal places. This limit is here because the number will outgrow its area, and you won't be able to read it.