# applications_with_wxpython **Repository Path**: huyuxiang/applications_with_wxpython ## Basic Information - **Project Name**: applications_with_wxpython - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-11 - **Last Updated**: 2025-11-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](https://www.python.org) and [wxPython 4](https://wxpython.org/). Some examples also use the [ObjectListView](https://pypi.org/project/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](https://www.blog.pythonlibrary.org/) as well as several other Python books including **Python 101**, **Python Interviews** and **ReportLab - PDF Processing with Python**.