A python version TranslucentTB
Project description
TranslucentTB
This is a python version TranslucentTB maybe with tkinter and ctypes
A lightweight utility that makes the Windows taskbar translucent/transparent on Windows 10 and Windows11.
Screenshots
Usage
from translucenttb import blur # import the blur function
blur(blurtype="acrylic") # for example acrylic
# choose one type from ("clear", "noeffect", "blur", "acrylic")
UI
from translucenttb import Settings
example = Settings()
example.mainloop()
Example:
from time import sleep
from translucenttb import blur
def colorful():
hexdict = [
"#FF0000",
"#FF3030",
"#FF5656",
"#FF7456",
"#FFA500",
"#FF7438",
"#FF8956",
"#FFAB56",
"#FFB871",
"#FFFF00",
"#FFCD71",
"#FFE071",
"#FFF571",
"#F4FF71",
"#D8FF71",
"#C8FF71",
"#008000",
"#9FF65B",
"#00FFFF",
"#79F65B",
"#5FF65B",
"#5BF67D",
"#5BF69C",
"#5BF67D",
"#5BF6C5",
"#5BF6DC",
"#2AFFDC",
"#2AFCFF",
"#2AC5FF",
"#2AADFF",
"#2A87FF",
"#2A6BFF",
"#2A49FF",
"#0000FF",
"#2A35FF",
"#3A2AFF",
"#502AFF",
"#602AFF",
"#800080",
]
for hexcolor in hexdict:
blur("noeffect", hexcolor)
sleep(0.1)
colorful()
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
translucenttb-0.0.4.tar.gz
(3.8 kB
view details)
Built Distribution
File details
Details for the file translucenttb-0.0.4.tar.gz
.
File metadata
- Download URL: translucenttb-0.0.4.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2bf59a330161fb414c967dffd1635b927595c45eab1c00a81729d16062ea5ebf |
|
MD5 | 8f6a981ed3e664ff44523245c8cd7731 |
|
BLAKE2b-256 | 71e91172d94dad1f0f714a2b1de4160b1cb538a47918a61786ae06af4bbc1c48 |
File details
Details for the file translucenttb-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: translucenttb-0.0.4-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 16b2dd503326be5bb8e806fe28a462ea445144c652cee6a26a5b654e356e2465 |
|
MD5 | 79dc5ba16b10de93faa5c87c2193eff2 |
|
BLAKE2b-256 | 815505199327e002e92d950084da2c81fb3f85e3e05c57f1d23d7a0d064f5b06 |