Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### TranslucentTB
#### This is a python version TranslucentTB maybe with tkinter and ctypes
#### This is a version of TranslucentTB made with tkinter and ctypes, written in Python

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

### Screenshots
![image](https://github.com/littlewhitecloud/TranslucentTB/assets/71159641/97763cac-2b58-4208-b98b-36d031c86880)
Expand Down
3 changes: 3 additions & 0 deletions translucenttb/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,6 @@ def check(self, event: Event) -> None:
event.widget.state(["invalid"])
else:
event.widget.state(["!invalid"])

if __name__ == "__main__":
print("This is a module, and not meant to be ran directly... ")