Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (9m)  pkgsrc-2024Q1 (9h)  pkgsrc-2023Q4 (68d)  pkgsrc-2023Q2 (100d) 

2024-06-07 23:21:37 UTC Now

2023-06-26 20:53:23 UTC MAIN commitmail json YAML

x11/py-wxPython: import py-wxPython-4.2.1

wxPython is a cross-platform 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 set of Python extension modules that
wrap the GUI components of the popular wxWidgets cross platform
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. And 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 Microsoft Windows, Mac OS X and
macOS, and Linux or other unix-like systems with GTK2 or GTK3
libraries. In most cases the native widgets are used on each platform
to provide a 100% native look and feel for the application.

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

(wiz)