Frameless window and base with multiple effects working on PyQt6/PySide6 for Windows 11/10.
- Win 11 Snap Layouts
- Acrylic and Mica effects
- Properly working moving and stretching, thanks to the temporary deactivation of the acrylic effect
- Title and icon in titlebar
- System dark mode
- Changeable background color, which adapts to dark mode
- Animated
Just inherit CustomWindow
or CustomBase
with parameters. Look example.py
Look requirements.txt (install only PyQt or only PySide)
This is a rewritten and lightened version of PyQt-Frameless-Window project.
Look LICENSE