{"id":31912984,"url":"https://github.com/archiebhl/pyoverlaykit","last_synced_at":"2025-10-13T18:26:14.477Z","repository":{"id":252923843,"uuid":"841952786","full_name":"archiebhl/PyOverlayKit","owner":"archiebhl","description":"Always-on-top overlays for PyQt and PySide.","archived":false,"fork":false,"pushed_at":"2025-05-16T06:19:46.000Z","size":20,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-13T18:26:10.825Z","etag":null,"topics":["always-on-top","desktop-app","gui","overlay","package","pyqt","pyside","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/archiebhl.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-08-13T11:27:22.000Z","updated_at":"2025-06-06T10:23:03.000Z","dependencies_parsed_at":"2025-05-16T07:23:01.821Z","dependency_job_id":"8cc1715a-9c4c-4a31-a67c-4ce1b651135d","html_url":"https://github.com/archiebhl/PyOverlayKit","commit_stats":null,"previous_names":["archiebhl/pyoverlaykit"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/archiebhl/PyOverlayKit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archiebhl%2FPyOverlayKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archiebhl%2FPyOverlayKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archiebhl%2FPyOverlayKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archiebhl%2FPyOverlayKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/archiebhl","download_url":"https://codeload.github.com/archiebhl/PyOverlayKit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archiebhl%2FPyOverlayKit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279016584,"owners_count":26085851,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"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":["always-on-top","desktop-app","gui","overlay","package","pyqt","pyside","qt"],"created_at":"2025-10-13T18:26:09.427Z","updated_at":"2025-10-13T18:26:14.470Z","avatar_url":"https://github.com/archiebhl.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003ePyOverlayKit\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://socket.dev/api/badge/pypi/package/PyOverlayKit/0.2.0?artifact_id=tar-gz\" alt=\"Socket\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Platform-Windows-blue.svg\" alt=\"Platform\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/PRs-Welcome-brightgreen.svg\" alt=\"PRs Welcome\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/last-commit/archiebhl/hwinsight.svg\" alt=\"Last Commit\"\u003e\n\u003c/p\u003e\n\n\nThis package provides a customizable overlay for PySide6/PyQt6 applications, allowing you to create always-on-top windows with adjustable background colors, transparency, and layouts. Specifically, this package allows these overlays to stay on top of full-screened applications. \n\nFind PyOverlayKit on PyPi [here](https://pypi.org/project/PyOverlayKit/).\n\n## Installation\n\nYou can install the package using pip:\n\n`pip install PyOverlayKit`\n\n## Example Usage\n```\nfrom PySide6.QtWidgets import QApplication, QLabel, QPushButton, QGridLayout\nfrom PySide6.QtGui import QColor\nfrom PyOverlayKit.overlay import Overlay\n\napp = QApplication([])\n\noverlay = Overlay()\noverlay.set_background_color(QColor(0, 255, 0, 150))  # Green with 150 transparency\noverlay.set_geometry(100, 100, 400, 200)\n\ngrid_layout = QGridLayout()\noverlay.setLayout(grid_layout)\n\nlabel1 = QLabel(\"Label 1\")\nbutton1 = QPushButton(\"Button 1\")\ngrid_layout.addWidget(label1, 0, 0)\ngrid_layout.addWidget(button1, 0, 1)\n\noverlay.show()\napp.exec()\n```\n\n## Contributing\nContributions are welcome. Please fork the repository and submit a pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farchiebhl%2Fpyoverlaykit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farchiebhl%2Fpyoverlaykit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farchiebhl%2Fpyoverlaykit/lists"}