mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
827f537cfb
The main application of this Python package is to detect the Dark mode from your GUI Python application (Tkinter/wx/pyqt/qt for python (pyside)/...) and apply the needed adjustments to your interface. Darkdetect is particularly useful if your GUI library does not provide a public API for this detection. In addition, this package does not depend on other modules or packages that are not already included in standard Python distributions. https://pypi.org/project/darkdetect/
7 lines
440 B
Plaintext
7 lines
440 B
Plaintext
The main application of this Python package is to detect the Dark mode from
|
|
your GUI Python application (Tkinter/wx/pyqt/qt for python (pyside)/...) and
|
|
apply the needed adjustments to your interface. Darkdetect is particularly
|
|
useful if your GUI library does not provide a public API for this detection.
|
|
In addition, this package does not depend on other modules or packages that are
|
|
not already included in standard Python distributions.
|