Detect OS Dark Mode from Python
Project description
Darkdetect
This package allows to detect if the user is using Dark Mode on:
- macOS 10.14+
- Windows 10 1607+
- Linux with a dark GTK theme.
The main application of this 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 (I am looking at you, Qt). In addition, this package does not depend on other modules or packages that are not already included in standard Python distributions.
Usage
import darkdetect
>>> darkdetect.theme()
'Dark'
>>> darkdetect.isDark()
True
>>> darkdetect.isLight()
False
It's that easy.
Install
The preferred channel is PyPI:
pip install darkdetect
Alternatively, you are free to vendor directly a copy of Darkdetect in your app. Further information on vendoring can be found here.
Notes
- This software is licensed under the terms of the 3-clause BSD License.
- This package can be installed on any operative system, but it will always return
None
unless executed on a version of macOS or Windows that supports Dark Mode. This package is designed to work also with older versions of macOS and Windows and in those cases it will also returnNone
. Detection of the dark menu bar and dock option (available from macOS 10.10) is not supported. - Details on the detection method used on macOS.
- Details on the experimental detection method used on Linux.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file darkdetect-0.3.0.tar.gz
.
File metadata
- Download URL: darkdetect-0.3.0.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/51.3.3 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cbf0d8264bde62fc00b9aaa2e21dc8c91c7348765014d0d37fb3da0da53dbede |
|
MD5 | b8b08abc8628874c0d56d3e29477f528 |
|
BLAKE2b-256 | d3d3fc2708002a3916c56cba55bcba91207b30ee57e2d3e434aeb48637c625b7 |
File details
Details for the file darkdetect-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: darkdetect-0.3.0-py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/51.3.3 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aadd85c915684074f0328a182330467871c7bd5db0c38fd8375547142b4d5d2e |
|
MD5 | 3c611239cbb3a42d75bbcead454b54a2 |
|
BLAKE2b-256 | d9527c41e04d3aa43031b48181fe4f76340644cfba45ed62937389b3a09344ea |