Skip to content

thanseer1/Python-GUI-calculator-using-Tkinter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-GUI-calculator-using-Tkinter

Calculator Application using Tkinter (Python Project)

Python offers multiple options for developing a GUI (Graphical User Interface). Out of all the GUI methods, Tkinter is the most commonly used method. It is a standard Python interface to the Tk GUI toolkit shipped with Python. Python with Tkinter outputs the fastest and easiest way to create GUI applications. Creating a GUI using Tkinter is an easy task.

To create a Tkinter :

  • Importing the module – tkinter
  • Create the main window (container)
  • Add any number of widgets to the main window
  • Apply the event Trigger on the widgets.

Below is what the GUI looks like:

video Tutorial Link :knot:

Untitled

About

Calculator Application using Tkinter (Python Project)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published