Skip to content

Latest commit

 

History

History
24 lines (23 loc) · 901 Bytes

README.md

File metadata and controls

24 lines (23 loc) · 901 Bytes

Custom window

Description

Frameless window and base with multiple effects working on PyQt6/PySide6 for Windows 11/10.

Features:

  • 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

Usage

Just inherit CustomWindow or CustomBase with parameters. Look example.py

Screenshots

Dark Default Moving

Requirements

Look requirements.txt (install only PyQt or only PySide)

Reference

This is a rewritten and lightened version of PyQt-Frameless-Window project.

License

Look LICENSE