{"id":21413496,"url":"https://github.com/56kyle/pywinput","last_synced_at":"2026-01-03T00:47:34.303Z","repository":{"id":62591947,"uuid":"494221744","full_name":"56kyle/pywinput","owner":"56kyle","description":"A pywin32 wrapper that makes some actions easier and adds some functionality for more niche problems","archived":false,"fork":false,"pushed_at":"2022-05-31T23:42:31.000Z","size":112,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-25T05:45:51.504Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/56kyle.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-19T20:35:38.000Z","updated_at":"2023-07-23T11:27:48.000Z","dependencies_parsed_at":"2022-11-04T07:16:31.311Z","dependency_job_id":null,"html_url":"https://github.com/56kyle/pywinput","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/56kyle%2Fpywinput","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/56kyle%2Fpywinput/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/56kyle%2Fpywinput/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/56kyle%2Fpywinput/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/56kyle","download_url":"https://codeload.github.com/56kyle/pywinput/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243910763,"owners_count":20367544,"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":[],"created_at":"2024-11-22T18:18:40.075Z","updated_at":"2026-01-03T00:47:34.267Z","avatar_url":"https://github.com/56kyle.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Pywinput\nA wrapper for pywin32 that allows for simulating keyboard and mouse input within background windows\n\n## Installation\n\n#### Pip\n\n```\npip install pywinput\n```\n\n#### Poetry\n    \n```\npoetry add pywinput\n```\n\n\n## Usage\n\n```python\nfrom pywinput import Window, Key, Button\n\nif __name__ == '__main__':\n    win = Window.create(\n        title='My Test Window',\n        x=400,\n        y=400,\n        width=200,\n        height=200,\n    )\n    win.show()\n    win.text = 'My new window title'\n```\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F56kyle%2Fpywinput","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F56kyle%2Fpywinput","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F56kyle%2Fpywinput/lists"}