Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
littlewhitecloud committed Jul 4, 2023
1 parent 454a35c commit c9b0650
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
### TranslucentTB
#### This is a python version TranslucentTB maybe with tkinter and ctypes

### Clear
A lightweight utility that makes the Windows taskbar translucent/transparent on Windows 10 and Windows11.

### Screenshots
![image](https://github.com/littlewhitecloud/TranslucentTB/assets/71159641/97763cac-2b58-4208-b98b-36d031c86880)
### Noeffect
![image](https://github.com/littlewhitecloud/TranslucentTB/assets/71159641/761f84b4-5367-40a2-81ec-e9e97b2f19f5)
### Blur
![image](https://github.com/littlewhitecloud/TranslucentTB/assets/71159641/78b2a579-4c5f-4d95-8b68-4fe2b4f2ba29)
### Acrylic
![image](https://github.com/littlewhitecloud/TranslucentTB/assets/71159641/211f4147-ce5d-4f04-9126-e274369abdfd)

### Usage
Expand All @@ -24,7 +23,9 @@ from translucenttb import Settings
example = Settings()
example.mainloop()
```
### Fun Example:
### Example:
<details>

```python
from time import sleep

Expand Down Expand Up @@ -82,3 +83,5 @@ def colorful():
colorful()
```
https://github.com/littlewhitecloud/TranslucentTB/assets/71159641/a2d0b4cc-0698-46c0-b050-e3d89c788964

</details>

0 comments on commit c9b0650

Please sign in to comment.