TK Experiments is a set of experiments on tkinter aimed to implement some advanced effects.
- Add screenshot of each item.
- Make videos to introduce everything and post them on Bilibili.
- Audio player controls with a progress bar
- Mica with tkinter and PIL
The item creates a frameless window with basic functions such as maximize / minimize, drag to move or resize. Also, with some little magic, the window is still able to be visible in the taskbar
This item is inspired from NestedToplevel in tkintertools. This item creates a fake nested window based on tkinter.Frame, which is cross-platform and customizable.
This item creates a transparent window in tkinter. On Windows the program uses the -transparentcolor
attribute, and changes the color from time to time. On macOS it uses the -transparent
attribute.