wxPython icon
wxPython icon

wxPython

 11 likes

wxPython is a GUI toolkit for the Python programming language. It allows Python programmers to create programs with a robust, highly functional graphical user interface, simply and easily. It is implemented as a Python extension module (native code) that wraps the popular...

License model

  • FreeOpen Source

Platforms

  • Mac
  • Windows
  • Linux
  No rating
11likes
0comments
0news articles

Features

Suggest and vote on features
No features, maybe you want to suggest one?

 Tags

wxPython News & Activities

Highlights All activities

Recent activities

Show all activities

wxPython information

  • Developed by

    Unknown
  • Licensing

    Open Source and Free product.
  • Alternatives

    23 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

Popular alternatives

View all

Top wxPython apps (extensions / mods etc)

View all

Our users have written 0 comments and reviews about wxPython, and it has gotten 11 likes

wxPython was added to AlternativeTo by py2maker on Apr 3, 2012 and this page was last updated Sep 9, 2022.
No comments or reviews, maybe you want to be first?
Post comment/review

What is wxPython?

wxPython is a GUI toolkit for the Python programming language. It allows Python programmers to create programs with a robust, highly functional graphical user interface, simply and easily. It is implemented as a Python extension module (native code) that wraps the popular wxWidgets cross platform GUI library, which is written in C++.

Like Python and wxWidgets, wxPython is Open Source which means that it is free for anyone to use and the source code is available for anyone to look at and modify. Or anyone can contribute fixes or enhancements to the project.

wxPython is a cross-platform toolkit. This means that the same program will run on multiple platforms without modification. Currently supported platforms are 32-bit Microsoft Windows, most Unix or unix-like systems, and Macintosh OS X.

Since the language is Python, wxPython programs are simple, easy to write and easy to understand.