Metadata-Version: 2.1 Name: wxPython Version: 4.1.1 Summary: Cross platform GUI toolkit for Python, "Phoenix" version Home-page: http://wxPython.org/ Download-URL: https://pypi.org/project/wxPython Author: Robin Dunn Author-email: robin@alldunn.com License: wxWindows Library License (https://opensource.org/licenses/wxwindows.php) Keywords: GUI,wx,wxWindows,wxWidgets,cross-platform,user-interface,awesome Platform: WIN32 Platform: WIN64 Platform: OSX Platform: POSIX Classifier: Development Status :: 6 - Mature Classifier: Environment :: MacOS X :: Cocoa Classifier: Environment :: Win32 (MS Windows) Classifier: Environment :: X11 Applications :: GTK Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved Classifier: Operating System :: MacOS :: MacOS X Classifier: Operating System :: Microsoft :: Windows :: Windows 7 Classifier: Operating System :: Microsoft :: Windows :: Windows 10 Classifier: Operating System :: POSIX Classifier: Programming Language :: Python :: 3.6 Classifier: Programming Language :: Python :: 3.7 Classifier: Programming Language :: Python :: 3.8 Classifier: Programming Language :: Python :: 3.9 Classifier: Programming Language :: Python :: Implementation :: CPython Classifier: Topic :: Software Development :: User Interfaces License-File: LICENSE.txt Welcome to wxPython's Project Phoenix! Phoenix is the improved next-generation wxPython, "better, stronger, faster than he was before." This new implementation is focused on improving speed, maintainability and extensibility. Just like "Classic" wxPython, Phoenix wraps the wxWidgets C++ toolkit and provides access to the user interface portions of the wxWidgets API, enabling Python applications to have a native GUI on Windows, Macs or Unix systems, with a native look and feel and requiring very little (if any) platform specific code. For more information please refer to the `README file `_, the `Migration Guide `_, or the `wxPython API documentation `_. Archive files containing a copy of the wxPython documentation, the demo and samples, and also a set of MSVC .pdb files for Windows are available `here `_. The utility tools wxdocs and wxdemo will download the appropriate files with wxget, (if necessary), unpack them, (if necessary) and launch the appropriate version of the respective items. (Documents are launched in the default browser and demo is started with python).