{"id":17603149,"url":"https://github.com/yjg30737/pyqt-transparent-window","last_synced_at":"2026-04-30T02:32:50.104Z","repository":{"id":108706803,"uuid":"442663298","full_name":"yjg30737/pyqt-transparent-window","owner":"yjg30737","description":"PyQt transparent window","archived":false,"fork":false,"pushed_at":"2021-12-30T09:57:48.000Z","size":15,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-26T22:50:40.113Z","etag":null,"topics":["pyqt","pyqt-examples","pyqt-frameless-window","pyqt-gui","pyqt-transparent-window","pyqt-tutorial","pyqt5","pyqt5-examples","pyqt5-frameless-window","pyqt5-gui","pyqt5-transparent-window","pyqt5-tutorial","python","python3","python37","qt"],"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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-29T04:52:51.000Z","updated_at":"2024-06-04T05:46:44.000Z","dependencies_parsed_at":"2023-04-09T05:19:28.285Z","dependency_job_id":null,"html_url":"https://github.com/yjg30737/pyqt-transparent-window","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yjg30737/pyqt-transparent-window","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yjg30737%2Fpyqt-transparent-window","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yjg30737%2Fpyqt-transparent-window/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yjg30737%2Fpyqt-transparent-window/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yjg30737%2Fpyqt-transparent-window/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yjg30737","download_url":"https://codeload.github.com/yjg30737/pyqt-transparent-window/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yjg30737%2Fpyqt-transparent-window/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32452478,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["pyqt","pyqt-examples","pyqt-frameless-window","pyqt-gui","pyqt-transparent-window","pyqt-tutorial","pyqt5","pyqt5-examples","pyqt5-frameless-window","pyqt5-gui","pyqt5-transparent-window","pyqt5-tutorial","python","python3","python37","qt"],"created_at":"2024-10-22T13:41:23.697Z","updated_at":"2026-04-30T02:32:50.067Z","avatar_url":"https://github.com/yjg30737.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pyqt-transparent-window\nPyQt transparent window\n\n## Requirements\nPyQt5\u003e=5.8\n\n## Setup\n```pip3 install git+https://github.com/yjg30737/pyqt-transparent-window.git --upgrade```\n\n## Included Package\n* \u003ca href=\"https://github.com/yjg30737/pyqt-resize-frame.git\"\u003epyqt-resize-frame\u003c/a\u003e\n\n## Example\nCode Sample\n```python\nfrom PyQt5.QtWidgets import QApplication\n\n\nif __name__ == \"__main__\":\n    import sys\n\n    app = QApplication(sys.argv)\n    window = TransparentWindow()\n    window.show()\n    app.exec_()\n```\n\nResult\n\nTransparent window except for border (white).\n\n![image](https://user-images.githubusercontent.com/55078043/147629109-5025fd5c-ec38-46e2-895d-a0d55bb8c10f.png)\n\nResize frame (blue)\n\n![image](https://user-images.githubusercontent.com/55078043/147629222-4fbc7e4b-1d68-46d8-8b02-4f06945ddb1d.png)\n\nThis is Windows screenshot feature so mouse cursor cannot be seen. At least cursor reshaping works like a charm so far.\n\n## Note\nIt can be expanded or shrinked only right or bottom direction.\n\nTechnically I can make that happen top or left direction as well but it makes window jitter.\n\nI will figure it out how to solve that.\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyjg30737%2Fpyqt-transparent-window","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyjg30737%2Fpyqt-transparent-window","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyjg30737%2Fpyqt-transparent-window/lists"}