Creating GUI Applications With WxPython

Michael Driscoll

Language: English

Publisher: Michael Driscoll

Published: Apr 25, 2019

Description:

Creating GUI Applications with wxPython is a book that will teach you how to use wxPython to create applications by actually creating several mini-programs. I have found that while learning how the various widgets work in wxPython is valuable, it is even better to learn by creating a simple application that does something useful.

In this book, you will be creating the following applications: - A simple image viewer- A database viewer- A database editor- Calculator- An Archiving application (tar)- PDF Merging application- XML Editor- File search utility- Simple FTP application- NASA Image downloaderAs you learn how to create these applications, you will also learn how wxPython works. You will go over how wxPython's event system works, how to use threads in wxPython, make use of sizers and much, much more