# Accentcolordetect
This package allows you to detect the user's accent color on:
- macOS (untested)
- Windows 10+
The main application of this package is to detect the accent color from your GUI Python application and apply the needed adjustments to your interface. Inspired by the [darkdetect](https://pypi.org/project/darkdetect/) package by [Alberto Sottile](https://pypi.org/user/albertosottile/)
## Usage
```Python
import accentcolordetect
>>> accentcolordetect.accent()
((255, 140, 0), '#ff8c00')
```
## Install
```
pip install accentcolordetect
```
Raw data
{
"_id": null,
"home_page": "https://github.com/legopitstop/accentcolordetect/",
"name": "accentcolordetect",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "",
"keywords": "colordetect,tkinter,gui,windows,darwin",
"author": "Legopitstop",
"author_email": "officiallegopitstop@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/49/f6/04fc005e0eed5b20666f5900f78afba163ab8f6ab1b593ec721cb9aa32d5/accentcolordetect-0.0.1.tar.gz",
"platform": null,
"description": "# Accentcolordetect\r\n\r\nThis package allows you to detect the user's accent color on:\r\n- macOS (untested)\r\n- Windows 10+\r\n\r\nThe main application of this package is to detect the accent color from your GUI Python application and apply the needed adjustments to your interface. Inspired by the [darkdetect](https://pypi.org/project/darkdetect/) package by [Alberto Sottile](https://pypi.org/user/albertosottile/)\r\n\r\n## Usage\r\n```Python\r\nimport accentcolordetect\r\n\r\n>>> accentcolordetect.accent()\r\n((255, 140, 0), '#ff8c00')\r\n```\r\n\r\n## Install\r\n```\r\npip install accentcolordetect\r\n```\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Detect OS accent color from Python",
"version": "0.0.1",
"split_keywords": [
"colordetect",
"tkinter",
"gui",
"windows",
"darwin"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "49f604fc005e0eed5b20666f5900f78afba163ab8f6ab1b593ec721cb9aa32d5",
"md5": "28d4338cdcac5bfbfed0b68ced1f9a25",
"sha256": "2e98285ce3ce4ff1ab278a94bb0dedb00dc6ec0d92f43aa4ed203ff51a998d37"
},
"downloads": -1,
"filename": "accentcolordetect-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "28d4338cdcac5bfbfed0b68ced1f9a25",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 3481,
"upload_time": "2023-04-21T22:10:31",
"upload_time_iso_8601": "2023-04-21T22:10:31.004078Z",
"url": "https://files.pythonhosted.org/packages/49/f6/04fc005e0eed5b20666f5900f78afba163ab8f6ab1b593ec721cb9aa32d5/accentcolordetect-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-04-21 22:10:31",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "legopitstop",
"github_project": "accentcolordetect",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "accentcolordetect"
}