{"id":15622372,"url":"https://github.com/nklapste/keystroker","last_synced_at":"2026-05-02T13:32:14.056Z","repository":{"id":86657324,"uuid":"103157996","full_name":"nklapste/keystroker","owner":"nklapste","description":"A Python Package that allows for direct keystokes to be sent to the currently active window. (currently supports windows only)","archived":false,"fork":false,"pushed_at":"2018-03-24T18:35:53.000Z","size":16,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T16:25:43.592Z","etag":null,"topics":["keyboard-emulation","keystrokes","python3","windows"],"latest_commit_sha":null,"homepage":null,"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/nklapste.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":"2017-09-11T16:07:03.000Z","updated_at":"2023-05-15T15:21:43.000Z","dependencies_parsed_at":"2023-03-13T19:55:14.896Z","dependency_job_id":null,"html_url":"https://github.com/nklapste/keystroker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nklapste/keystroker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nklapste%2Fkeystroker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nklapste%2Fkeystroker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nklapste%2Fkeystroker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nklapste%2Fkeystroker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nklapste","download_url":"https://codeload.github.com/nklapste/keystroker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nklapste%2Fkeystroker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32536576,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T12:25:33.646Z","status":"ssl_error","status_checked_at":"2026-05-02T12:24:51.733Z","response_time":132,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["keyboard-emulation","keystrokes","python3","windows"],"created_at":"2024-10-03T09:53:45.152Z","updated_at":"2026-05-02T13:32:14.037Z","avatar_url":"https://github.com/nklapste.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# keystroker\nA Python 3 package for sending keystokes to active windows.\n\nCurrently, keystroker only supports windows builds (win 7 and higher).\n\n\n## Requirements\nPython 3.5+ (Lower Python 3 installs may work but are not supported)\n\n\n## Installation\n~~To install via pip use the following command:~~\n\n~~`pip install keystroker`~~\n\nOtherwise you can install keystroker through the source code by running the \nfollowing command within the extracted keystroker source directory:\n\n`python3 setup.py install`\n\n\n## Usage\nKeystroker can be either used as an Python 3 package allowing for a api to send \nkeystrokes to a active window, or used as a terminal command to the same effect.\n\n\n### Api Usage\nA basic code example of using the keystroker api to send inputted keystrokes is shown below:\n```\n\"\"\"Simple test loop for sending user inputted keys\"\"\"\n\nfrom keystroker.sendkeys import sendkeys\n\nprint(\"Testing SendKeys...\")\n\nwhile True:\n    line = input(\"Please input text to print: \")\n    sendkeys(line)\n    print(\"\\n\")\n```\n\nTo get advanced help in using keystrokers api, documentation is present within\nthe source code.\n\n\n### Command Usage\nTo get help in using keystroker's terminal command use the following command:\n\n`keystroker -h`\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnklapste%2Fkeystroker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnklapste%2Fkeystroker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnklapste%2Fkeystroker/lists"}