Skip to content

A calculator made using PYTHON GUI. This is a small learning initiative to use Python GUI

Notifications You must be signed in to change notification settings

johnty05/pyCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

pyCalculator

A calculator made using PYTHON GUI. This is a small learning initiative to use Python GUI

Before proceeding ahead with the code it is very necessary to have a good idea on following topics

Classes / Objects in Python

Use of init()

For clearing out the basic concepts about init() I would suggest the following link https://micropyramid.com/blog/understand-self-and-__init__-method-in-python-class/

Use of self/What is the term "self" used for in Python

Refering the following site will help a lot https://www.programiz.com/article/python-self-why

Use of tkinter

Tk provides the following widgets: button

canvas

checkbutton

combobox

entry

frame

label

labelframe

listbox

menu

menubutton

message

notebook

tk_optionMenu

panedwindow

progressbar

radiobutton

scale

scrollbar

separator

sizegrip

spinbox

text

treeview

The following site will help a lot in this due course https://pythonprogramming.net/python-3-tkinter-basics-tutorial/

OUTPUT

image

About

A calculator made using PYTHON GUI. This is a small learning initiative to use Python GUI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published