Skip to main content

Cross-platform frameless window based on Python and Qt

Project description

Qute Window

Cross-platform frameless window based on Python and Qt

Examples

Qute Window on macOS

Qute Window on Windows

Features

  • Moving (the title bar area is draggable)
  • Stretching
  • Native window shadow
  • Native window animations
  • Win11 snap layout

Installing via PIP

pip install qutewindow

Usage

Here is a minimal example:

import sys

from PySide6.QtWidgets import QApplication
from qutewindow import QuteWindow


if __name__ == "__main__":
    app = QApplication(sys.argv)
    demo = QuteWindow()
    demo.show()
    sys.exit(app.exec())

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

qutewindow-0.1.27.tar.gz (14.8 kB view hashes)

Uploaded Source

Built Distribution

qutewindow-0.1.27-py3-none-any.whl (23.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page