SynonymsBot
Synonyms for wxpython or Related words with wxpython
wxwidgets
xcode
fltk
pyqt
gnustep
pygame
inkscape
netbeans
hypercard
uclibc
gedit
haxe
cmake
ironpython
watcom
glibc
jetbrains
ncurses
lgpl
textmate
matplotlib
jquery
neooffice
ocaml
realbasic
freebasic
kdevelop
visualage
autoit
amigaos
mingw
ironruby
codewarrior
winrt
busybox
codelite
msvc
quickbasic
powerbuilder
mediawiki
rebol
monodevelop
xunit
remobjects
unrealscript
autolisp
openjdk
opensource
libxml
fpgui
Examples of "wxpython"
PlayOnLinux is developed using a combination of Bash, Python and
wxPython
.
PlayOnMac is developed using a combination of Bash and Python and uses the toolkit
wxPython
.
There are several popular GUI library alternatives available, such as
wxPython
, PyQt (PySide), Pygame, Pyglet, and PyGTK.
wxGlade is a GUI designer written in Python with the popular GUI toolkit
wxPython
which helps create wxWidgets/
wxPython
user interfaces. It is not a full featured IDE, but simply a "designer": the generated code does nothing apart from displaying the created widgets.
Project Phoenix, which began in 2010, is an effort to clean up the
wxPython
implementation and in the process make it compatible with Python 3. This project is a new implementation of
wxPython
, focused on improving speed, maintainability and extensibility. Just like "Classic"
wxPython
, it wraps the wxWidgets C++ toolkit and provides access to the user interface portions of the wx API, enabling Python applications to have a graphical user interface on Windows, Mac or Unix systems with a native look and feel and requiring very little, if any, platform-specific code.
SAMoCAD was developed as an independent project not based on another project. The GUI of SAMoCAD is based on
WxPython
library .
InVesalius was developed using Python and works under Linux, Windows and Mac OS X. It also uses graphic libraries VTK,
wxPython
, Numpy, Scipy and GDCM.
Being a wrapper,
wxPython
uses the same free software licence used by wxWidgets (wxWindows License)—which is approved by Free Software Foundation and Open Source Initiative.
SOFA Statistics is written in Python, and the widget toolkit used is
wxPython
. The statistical analyses are based on functions available through the Scipy stats module.
wxPython
is a wrapper for the cross-platform GUI API (often referred to as a "toolkit") wxWidgets (which is written in C++) for the Python programming language. It is one of the alternatives to Tkinter, which is bundled with Python. It is implemented as a Python extension module (native code). Other popular alternatives are PyGTK, its successor PyGObject and PyQt. Like wxWidgets,
wxPython
is free software.
wxPython
was created when Robin Dunn needed a GUI to be deployed on HP-UX systems and also on Windows 3.1 within a few weeks. While evaluating commercial solutions, he ran across Python bindings for the wxWidgets toolkit. Thus, he learned Python and, in a short time, together with Harri Pasanen, became one of the main developers of
wxPython
, which grew from those initial bindings.
GNUmed is based on third party projects such as free software/open source DBMS PostgreSQL and is written mostly in Python. It is supported by a graphical user interface (GUI) based on
WxPython
.
Its platform independence is achieved through the use of the
wxPython
widget library for the application and OpenGL for graphics calls. Psychopy grows in popularity and was started on more than 14,000 different computers in November, 2016.
BitPim is implemented using the Python programming language with various pieces in C to access hardware. The user interface is
wxPython
which in turn wraps wxWidgets. That gives a native look and feel on each platform.
SPE runs on Linux, Mac OS X and Microsoft Windows and has syntax highlighting, auto completion, auto indentation, call tips, multiple tabs, syntax checking and an integrated GUI designer (wxGlade) and debugger (winpdb). It is based on
wxPython
. Available under the GNU General Public License, SPE is free software.
The source code of Phatch is released on its homepage. Binary packages are available in the repositories of the major Linux distributions such as Debian, Ubuntu, ArchLinux, Fedora and OpenSuse. Phatch requires Python, Python Imaging Library and
wxPython
(2.6 or more) for the GUI. Users can install pyexiv2 for better Exif and IPTC IIM support.
Métamorphose or Métamorphose file -n- folder renamer is an open source batch renamer. The focus is on legibility, usability, and power - there are no codes or formats to remember and all controls are shown, yet rather complicated operations can be done. Because it is written in
wxPython
, it is very portable, and can run on all major operating systems.
The first public version of TorChat was released in November 2007 by Bernd Kreuss. It is written in Python and used the cross-platform widget toolkit
wxPython
which made it possible to support a wide range of platforms and operating systems.
NVDA is organized into various subsystems, including the core loop, add-ons manager, app modules, event handler and input and output handlers, along with modules to support accessibility API's such as Microsoft Active Accessibility. NvDA also features various graphical user interfaces of its own powered by
wxPython
, such as various preference dialogs, and setup and update management dialogs.
This is a simple "Hello world" module, depicting the creation of the two main objects in
wxPython
(the main window object and the application object), followed by passing the control to the event-driven system (by calling codice_1) which manages the user-interactive part of the program.