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.
-
Notifications
You must be signed in to change notification settings - Fork 0
eliassn/python-calculator
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Building a python calculator using the tkinter module
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published