Top 15 wxPython Alternative and Similar Softwares | Apr 2024

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.

1. wxWidgets

wxWidgets wxWidgets is a C++ library that lets developers create applications for Windows, OS X, Linux and UNIX on 32-bit and 64-bit architectures as well as several mobile platforms including Windows Mobile, iPhone SDK and embedded GTK+. It has popular language bindings for Python, Perl, Ruby and many other languages. Unlike......

2. PyGTK

PyGTK PyGTK lets you to easily create programs with a graphical user interface using the Python programming language. The underlying GTK+ library provides all kind of visual elements and utilities for it and, if needed, you can develop full featured applications for the GNOME Desktop.PyGTK applications are truly multiplatform and they're......

3. Jython

Jython Jython, successor of JPython, is an implementation of the Python programming language written in Java.......

4. PyQt

PyQt PyQt is a set of Python bindings for Nokia's Qt application framework and runs on all platforms supported by Qt including Windows, MacOS/X and Linux. There are two sets of bindings: PyQt v4 supports Qt v4; and the older PyQt v3 supports Qt v3 and earlier. The bindings are implemented......

5. PyGraphviz

PyGraphviz PyGraphviz is a Python interface to the Graphviz graph layout and visualization package.With PyGraphviz you can create, edit, read, write, and draw graphs using Python to access the Graphviz graph data structure and layout algorithms.......

6. CodeRunner

CodeRunner A simple programmer's editor with a tightly-integrated console.It's excellent for rapidly prototyping code with its super fast edit-run-edit -run-save workflow, and its Cocoa integration gives it a real edge over the command line.It has syntax highlighting and code completion for many languages, including AppleScript, C, C++, Java, JavaScript (Node.js), Lua,......

7. nuitka

nuitka From the creator of the Python compiler.Nuitka is the Python compiler. It is a seamless replacement or extension to the Python interpreter and compiles every construct that CPython 2.6, 2.7, 3.2, 3.3, 3.4, and 3.5 have. It then executed uncompiled code, and compiled code together in an extremely compatible manner.You......

8. App Enlight

App Enlight App Enlight- provides a helpful interface to let you and your team save time spent on debugging and reproducing errors and performance problems from a production environment.......

9. DevSKiller.com

DevSKiller.com At DevSKiller we make assessing programmers skills look like their 1st day at work, that’s the best way to recruit them. By using our online platform it’s easy to build custom exams from your own code base. With DevSKiller you are not limited to testing knowledge of programming languages, but......

10. Hy

Hy Hy is a wonderful dialect of Lisp that’s embedded in Python.Since Hy transforms its Lisp code into the Python Abstract Syntax Tree, you have the whole beautiful world of Python at your fingertips, in Lisp form!......

11. FLTK

FLTK The Fast, Light Toolkit (FLTK, pronounced fulltick)[2] is a cross-platform graphical user interface (GUI) library developed by Bill Spitzak and others. Made to accommodate 3D graphics programming, it has an interface to OpenGL, but it is also suitable for general GUI programming.......

12. PyPy

PyPy PyPy is a fast, compliant alternative implementation of the Python language (2.7.1). It has several advantages and distinct features:- Speed: thanks to its Just-in-Time compiler, Python programs often run faster on PyPy.- Memory usage: large, memory-hungry Python programs might end up taking less space than they do in CPython.- Compatibility:......

13. VisualWX

VisualWX Visualwx aims to be the ultimate RAD tool, designed for c++, python, perl, ruby, lua and wxWidgets. Still there are many things to do, but we've achieved considerable progress.We would like to demonstrate it to all as soon as possible. The program already has a lot of features, among the......

14. Cython

Cython Cython is a language that makes writing C extensions for the Python language as easy as Python itself. Cython is based on the well-known Pyrex, but supports more cutting edge functionality and optimizations.The Cython language is very close to the Python language, but Cython additionally supports calling C functions and......

15. gEcrit

gEcrit gEcrit is a Python IDE. Its focus is on simplicity and ease of use. It is fast and lightweight. It features Python indentation, line numbers, code folding, syntax highlighting, shell access, code completion, a program runner, a source browser, indentation guides, a white space indicator, autosaving, an edge line, multiple......