Skip to content

clombo/PyCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

PyCalculator

Just a simple calculator

Intro

Just a simple calculator to play with the Tkinter library and also testing out some of Python's special methods in classes. The calculator keeps track of previous calculations just like normal calculators on your OS would.

Original design idea taken from DJ Oamen's tutorial "How to Create Calculator in Python - Full Tutorial"

Did the design a bit differently in the code to dynamically create some of the buttons using a nested list with dictionaries to hold the attributes for each button.

Run application

python CalcFinal.py

About

Just a simple calculator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages