Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 391 Bytes

File metadata and controls

10 lines (6 loc) · 391 Bytes

PyGTK3-Intro

This is a simple PyGTK3 application using a Glade GUI.

This application demonstrates how to implement a simple GUI with Python3.

helloworld.py is a hello world application just using PyGTK3.

helloglade.py is a hello world application using PyGTK3 and a Glade GUI.

main.py is a presentation-like application showcasing the basic elements.