0% found this document useful (0 votes)
4 views

Tekpro Python Chapter 10 gui

Chapter 10 of the document discusses Tkinter, the standard GUI library for Python, which allows for the creation of GUI applications using an object-oriented interface. It emphasizes the importance of widgets as the main components for user interaction within the Tkinter framework. The chapter also includes a practical exercise for designing a GUI layout.

Uploaded by

6stevenrobert
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views

Tekpro Python Chapter 10 gui

Chapter 10 of the document discusses Tkinter, the standard GUI library for Python, which allows for the creation of GUI applications using an object-oriented interface. It emphasizes the importance of widgets as the main components for user interaction within the Tkinter framework. The chapter also includes a practical exercise for designing a GUI layout.

Uploaded by

6stevenrobert
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 11

Python GUI

Chapter 10

Teknik Pemprograman
Syaeful Anas Aklani, M.Kom
Tkinter
• Tkinter is the Python interface to the Tk GUI toolkit shipped
with Python. We would look at this option in this chapter.
• Tkinter is the standard GUI library for Python. Python when
combined with Tkinter provides a fast and easy way to
create GUI applications. Tkinter provides a powerful object-
oriented interface to the Tk GUI toolkit.

$ sudo apt-get install python3-tk


Hello world
Working With Widgets
Widgets are the bread and butter of the Python GUI framework Tkinter.
They’re the elements through which users interact with your program.
Each widget in Tkinter is defined by a class. Here are some of the widgets
available:
Working With Widgets
Working With Widgets
Working With Widgets
Working With Widgets
Working With Widgets
Design GUI
Design GUI
Latihan buatlah desain seperti berikut :

You might also like