{"id":17603056,"url":"https://github.com/yjg30737/pyqt-shadow-frame-window-example","last_synced_at":"2025-10-09T22:03:07.014Z","repository":{"id":49828598,"uuid":"493029853","full_name":"yjg30737/pyqt-shadow-frame-window-example","owner":"yjg30737","description":"PyQt shadow(+rounded) frame window example","archived":false,"fork":false,"pushed_at":"2022-10-29T11:25:24.000Z","size":27,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T00:54:57.111Z","etag":null,"topics":["frameless","frameless-window","pyqt","pyqt-examples","pyqt5","pyqt5-examples","qt","qt-examples","qt5","rounded-window","shadow-window","windows11-gui"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yjg30737.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-05-16T23:28:34.000Z","updated_at":"2024-06-05T03:48:33.000Z","dependencies_parsed_at":"2023-01-20T09:47:42.976Z","dependency_job_id":null,"html_url":"https://github.com/yjg30737/pyqt-shadow-frame-window-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yjg30737%2Fpyqt-shadow-frame-window-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yjg30737%2Fpyqt-shadow-frame-window-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yjg30737%2Fpyqt-shadow-frame-window-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yjg30737%2Fpyqt-shadow-frame-window-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yjg30737","download_url":"https://codeload.github.com/yjg30737/pyqt-shadow-frame-window-example/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248689376,"owners_count":21145923,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["frameless","frameless-window","pyqt","pyqt-examples","pyqt5","pyqt5-examples","qt","qt-examples","qt5","rounded-window","shadow-window","windows11-gui"],"created_at":"2024-10-22T13:38:23.223Z","updated_at":"2025-10-09T22:03:01.994Z","avatar_url":"https://github.com/yjg30737.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pyqt-shadow-frame-window-example\nPyQt shadow(+rounded) frame window example.\n\nYou can move and resize this.\n\nShow the slight shadow around the window's border.\n\n== 2022-07-27 ==\n\nFrom v0.0.2, window's edges are rounded.\n\nShould've changed the name as pyqt-shadow-rounded-frame-window or something but i'm kinda lazy so whatever.\n\n== 2022-08-06 ==\n\nFrom v0.0.3, window can be resized and moved by inheriting FramelessWindow in pyqt-frameless-window.\n\n== 2022-09-04 ==\n\nFrom v0.0.31(don't care about the version policy, just want to slow down), window's shadow and border disappear when window is full screen or maximized. They will reappear when window is back to normal.\n\n## Requirements\n* PyQt5 \u003e= 5.15\n\n## Setup\n`python -m pip install git+https://github.com/yjg30737/pyqt-shadow-frame-window-example.git --upgrade`\n\n## Included Package\n* \u003ca href=\"https://pypi.org/project/pyqt-frameless-window/0.0.61/\"\u003epyqt-frameless-window (v0.0.61, Legacy)\u003c/a\u003e\n\n## Example\nCode Sample\n```python\nfrom PyQt5.QtWidgets import QApplication\nfrom pyqt_shadow_frame_window_example import MainWindow, ShadowFrame\n\nif __name__ == \"__main__\":\n    import sys\n\n    app = QApplication(sys.argv)\n    widget = MainWindow()\n    window = ShadowFrame(widget)\n    window.show()\n    app.exec()\n```\n\nResult\n\n![image](https://user-images.githubusercontent.com/55078043/181148746-f65b0b34-8aed-443f-bf15-c1604d450dc1.png)\n\nInspired by Windows 11 GUI.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyjg30737%2Fpyqt-shadow-frame-window-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyjg30737%2Fpyqt-shadow-frame-window-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyjg30737%2Fpyqt-shadow-frame-window-example/lists"}