UNIT 5 Dr. JPSM PPT - Python
UNIT 5 Dr. JPSM PPT - Python
1. Tkinter - GUI toolkit given with python is Tkinter. All the other
GUI tool kits for python can be used as alternatives to the Tkinter.
2. PyGTK – permits to write GTK programs in python and has a lot
of widegets than Tkinter.
3. PyQT – is a set of python software libraries for Qt Framework.Qt
is an extensive C++ GUI application development framework that
is available for Unix, Windows and Mac OS X.
4. wxPython – is a set of python software libraries to create
wxWidgets.
5. Kivy – is an open source cross platform for developing mobile
apps using python. Mobile apps can be developed for andriod,
iOS, linux and windows.
Tkinter Package
• It is Python's standard GUI (Graphical User Interface)
package. It is the most commonly used toolkit for GUI
Programming in Python.
• Tkinter is the Python interface to Tk (Tea Kay), it can be
pronounced as Tea-Kay-inter. i.e tkinter = t k inter.
• Python provides the standard library tkinter for creating
the graphical user interface for desktop based
applications.
• Developing desktop based applications with tkinter is
not a complex task.
Import tkinter
A Tkinter window application can be created by
using the following steps.
• Parameters:
• Parameters:
Thread modules
• It is started with Python 3, designated as obsolete, and
can only be accessed with _thread that supports
backward compatibility.
• Syntex-
thread.start_new_thread ( function_name, args[, kwarg
s] )
Introduction to HTML
• HTML stands for HyperText Markup Language.
It is used to design web pages using a markup
language. HTML is a combination of Hypertext
and Markup language. Hypertext defines the link
between web pages.
THANKS