PyBites Books




Creating GUI Applications with WxPython

Creating GUI Applications with WxPython


Author(s) Michael Driscoll
Publisher Michael Driscoll
Published 2019-04-25
ISBN 9780996062893
Page Count358
Language en
Add Book

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