{"id":25365882,"url":"https://github.com/willguimont/pyback","last_synced_at":"2025-10-08T19:04:38.505Z","repository":{"id":111211184,"uuid":"70361967","full_name":"willGuimont/Pyback","owner":"willGuimont","description":"Record and replay action. Record a sequence of inputs (mouse \u0026 keyboard) then replay it. Python librairy","archived":false,"fork":false,"pushed_at":"2019-02-27T21:31:37.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T03:02:44.581Z","etag":null,"topics":["playback","python","python-library"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/willGuimont.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2016-10-08T23:00:30.000Z","updated_at":"2022-01-09T20:18:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"209d90fa-8225-40a1-9795-443fd88ac3ff","html_url":"https://github.com/willGuimont/Pyback","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/willGuimont%2FPyback","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willGuimont%2FPyback/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willGuimont%2FPyback/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willGuimont%2FPyback/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willGuimont","download_url":"https://codeload.github.com/willGuimont/Pyback/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247984668,"owners_count":21028542,"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":["playback","python","python-library"],"created_at":"2025-02-14T23:51:04.272Z","updated_at":"2025-10-08T19:04:38.403Z","avatar_url":"https://github.com/willGuimont.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pyback\nRecord and replay action. Record a sequence of inputs (mouse \u0026amp; keyboard) then replay it. Python librairy\n\n# Example\n\n```python\nimport time\nfrom composer import Composer\nfrom actor import Actor\n\n\nif __name__ == '__main__':\n    # File where actions will be stored\n    actions = \"actions.act\"\n    # Composer that will record inputs for 5 seconds\n    cp = Composer(actions, time=5)\n    print(\"**Composing**\")\n    # Start composing\n    cp.record()\n    while cp.is_running():\n        cp.update()\n        time.sleep(0.1)\n        # Do other stuff here...\n\n    # Actor that will play the act\n    ac = Actor(actions)\n    print(\"\\n**Acting**\")\n    # Start acting\n    ac.act()\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillguimont%2Fpyback","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwillguimont%2Fpyback","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillguimont%2Fpyback/lists"}