diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-04-02 22:52:34 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-04-07 08:13:10 +0700 |
commit | 696b43074569901a2e2d239112a47223657088f5 (patch) | |
tree | 18e9f57fd6f0644e4ec8357905faa21443707b04 /libraries/wxPython4/README | |
parent | 5939df3025359fcfb4f59732fa51c518ae514b5f (diff) |
libraries/wxPython4: Added (Crossplatform GUI Toolkit).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/wxPython4/README')
-rw-r--r-- | libraries/wxPython4/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/libraries/wxPython4/README b/libraries/wxPython4/README new file mode 100644 index 000000000000..aa28a3c0c71f --- /dev/null +++ b/libraries/wxPython4/README @@ -0,0 +1,17 @@ +wxPython4 (Crossplatform GUI Toolkit) + +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++. + +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. |