Skip to content

BHAUMIKSINH7471/GUI-Using-Tkinter-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

GUI-Using-Tkinter-Python

Making an simple window with Label as well as Entry field. Simply a normal GUI which label some message and show in the entry field.

import tkinter

Python GUI – tkinter

Python offers multiple options for developing GUI (Graphical User Interface). Out of all the GUI methods, tkinter is 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 the 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.

About

Making an simple window for GUI interface.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages