diff --git a/README.md b/README.md index f3df301..aa150b6 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/translucenttb/main.py b/translucenttb/main.py index 5a110f7..a78e7ed 100644 --- a/translucenttb/main.py +++ b/translucenttb/main.py @@ -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... ") \ No newline at end of file