Skip to content

eliassn/python-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

python-calculator

Building a python calculator using the tkinter module
#for people who struggle in installing tkinter module you need to use two lines to import the module: 1stline==from tkinter import * (the () stands for all ( = all) to import all tkinter modules) 2ndline==import tk as tk otherwise importing tkinter module will prompt an error for all users under python version 3. #please feel free to give me some feedback or correction.

About

Building a python calculator using the tkinter module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages