driscollis / applications_with_wxpython

Code examples for the book, Creating GUI Application with wxPython
https://www.blog.pythonlibrary.org
116 stars 26 forks source link

Creating GUI Applications with wxPython

Creating GUI Applications with wxPython

This is the code repository for the book, Creating GUI Applications with wxPython by Michael Driscoll

What is this book about?

Creating GUI Applications with wxPython will teach the reader how to create several different cross-platform GUI applications. By the end of the book, you will have also learned how to distribute your applications to users that don't have Python or wxPython installed using PyInstaller or Py2Exe.

Audience

This book is for intermediate level developers who would like to learn how to create cross-platform graphical user interfaces with the Python programming language. It would be helpful if you knew the basics of the wxPython package, but that is not a requirement.

What You Need for the Book

You will need Python 3 and wxPython 4. Some examples also use the ObjectListView widget.

About the Author

Michael Driscoll has been an application developer using Python for over a decade. He is the author of the popular Python blog, The Mouse Vs. the Python as well as several other Python books including Python 101, Python Interviews and ReportLab - PDF Processing with Python.