{"id":22384963,"url":"https://github.com/fx-kirin/python-autoaction","last_synced_at":"2025-03-26T20:23:18.527Z","repository":{"id":25088911,"uuid":"28509735","full_name":"fx-kirin/python-autoaction","owner":"fx-kirin","description":"Automate GUI control in Python on Linux","archived":false,"fork":false,"pushed_at":"2014-12-27T11:21:25.000Z","size":120,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-01T02:19:21.443Z","etag":null,"topics":[],"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/fx-kirin.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}},"created_at":"2014-12-26T12:01:49.000Z","updated_at":"2024-03-29T12:12:15.000Z","dependencies_parsed_at":"2022-08-06T06:16:22.258Z","dependency_job_id":null,"html_url":"https://github.com/fx-kirin/python-autoaction","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/fx-kirin%2Fpython-autoaction","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fx-kirin%2Fpython-autoaction/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fx-kirin%2Fpython-autoaction/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fx-kirin%2Fpython-autoaction/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fx-kirin","download_url":"https://codeload.github.com/fx-kirin/python-autoaction/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245728397,"owners_count":20662670,"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-12-05T01:20:11.081Z","updated_at":"2025-03-26T20:23:18.502Z","avatar_url":"https://github.com/fx-kirin.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Automate GUI control in Python.\n============\n\n## License and copyright ##\nAutoaction is licensed under the GNU LGPL\n\n## Example Code ##\n\n\timport os\n\tfrom autoaction import Autoaction\n\t\n\tif __name__ == \"__main__\":\n\t    file_dir = os.path.join(os.path.dirname(os.path.realpath(__file__)), \"images\")\n\t    # Set the image directory\n\t    auto = Autoaction(file_dir)\n\t    # click_image() will click the image on the screen\n\t    # x, y is the width from the matching point.\n\t    auto.click_image(\"firefox_icon.png\", x=5, y=5)\n\t    auto.sleep(3)\n\t    auto.click_image(\"search.png\", x=5, y=5)\n\t    auto.sleep(1)\n\t    # type() will type the keyboard following the input string.\n\t    # When you input array string, you can use special keys.\n\t    auto.type([\"python-autoaction\", \"\u003cEnter\u003e\"])\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffx-kirin%2Fpython-autoaction","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffx-kirin%2Fpython-autoaction","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffx-kirin%2Fpython-autoaction/lists"}