3
3
Other Graphical User Interface Packages
4
4
=======================================
5
5
6
- Major cross-platform (Windows, Mac OS X , Unix-like) GUI toolkits are
6
+ Major cross-platform (Windows, macOS , Unix-like) GUI toolkits are
7
7
available for Python:
8
8
9
9
.. seealso ::
@@ -26,7 +26,7 @@ available for Python:
26
26
`PyQt <https://riverbankcomputing.com/software/pyqt/intro >`_
27
27
PyQt is a :program: `sip `\ -wrapped binding to the Qt toolkit. Qt is an
28
28
extensive C++ GUI application development framework that is
29
- available for Unix, Windows and Mac OS X . :program: `sip ` is a tool
29
+ available for Unix, Windows and macOS . :program: `sip ` is a tool
30
30
for generating bindings for C++ libraries as Python classes, and
31
31
is specifically designed for Python.
32
32
@@ -40,7 +40,7 @@ available for Python:
40
40
wxPython is a cross-platform GUI toolkit for Python that is built around
41
41
the popular `wxWidgets <https://www.wxwidgets.org/ >`_ (formerly wxWindows)
42
42
C++ toolkit. It provides a native look and feel for applications on
43
- Windows, Mac OS X , and Unix systems by using each platform's native
43
+ Windows, macOS , and Unix systems by using each platform's native
44
44
widgets where ever possible, (GTK+ on Unix-like systems). In addition to
45
45
an extensive set of widgets, wxPython provides classes for online
46
46
documentation and context sensitive help, printing, HTML viewing,
0 commit comments