Use this module to get the OS theme (dark/light)
Project description
Python.GetOSTheme
Use one of the following functions in your program
def isLightMode():
"""Call isLightMode_OS
Returns:
bool: OS is in light mode
"""
def isDarkMode():
"""
Returns:
bool: OS is in dark mode
"""
Language information
Built for
This program has been written for Python 3 and has been tested with Python version 3.8.0 https://www.python.org/downloads/release/python-380/.
Install Python on Windows
Chocolatey
choco install python
Download
To install Python, go to https://www.python.org/ and download the latest version.
Install Python on Linux
Apt
sudo apt install python3.8
How to run
With VSCode
- Open the .py file in vscode
- Ensure a python 3.8 interpreter is selected (Ctrl+Shift+P > Python:Select Interpreter > Python 3.8)
- Run by pressing Ctrl+F5 (if you are prompted to install any modules, accept)
From the Terminal
./[file].py
Changelog
See the CHANGELOG for more information.
Download
Clone
Using The Command Line
- Press the Clone or download button in the top right
- Copy the URL (link)
- Open the command line and change directory to where you wish to clone to
- Type 'git clone' followed by URL in step 2
$ git clone https://github.com/FredHappyface/Python.GetOSTheme
More information can be found at https://help.github.com/en/articles/cloning-a-repository
Using GitHub Desktop
- Press the Clone or download button in the top right
- Click open in desktop
- Choose the path for where you want and click Clone
More information can be found at https://help.github.com/en/desktop/contributing-to-projects/cloning-a-repository-from-github-to-github-desktop
Download Zip File
- Download this GitHub repository
- Extract the zip archive
- Copy/ move to the desired location
Licence
Mixed Licenses (See the LICENSE for more information.)
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 getostheme-2020.tar.gz
.
File metadata
- Download URL: getostheme-2020.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.2rc2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8973514abf5161bc0adb7dde4858d29b2d791999575faa410e3b4f00665e9a00 |
|
MD5 | bd1923964120b8a51223e7cd49fa4cb5 |
|
BLAKE2b-256 | a4821d2c61601807cb60eabe894d03dd4dd01aa3fb754674cb38bc55362231b9 |
Provenance
File details
Details for the file getostheme-2020-py3-none-any.whl
.
File metadata
- Download URL: getostheme-2020-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.2rc2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3b6946528feb72ff2442a8ef38f4f4964ab6556dec50d613ea32432287867cd0 |
|
MD5 | 703c2f4ef4aa5f85cd780f0aa121e4b5 |
|
BLAKE2b-256 | e1a695d7b3404d2ddd1f033ce94228d0ccb1021e31c103a6324b2791c3707cd9 |