{"id":21997669,"url":"https://github.com/osfunapps/os-btns-automation-py","last_synced_at":"2025-03-23T04:45:08.955Z","repository":{"id":57449661,"uuid":"335911637","full_name":"osfunapps/os-btns-automation-py","owner":"osfunapps","description":"py buttons automation utils for os","archived":false,"fork":false,"pushed_at":"2021-02-07T13:54:25.000Z","size":5,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-09T00:33:57.963Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/osfunapps.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-02-04T10:01:38.000Z","updated_at":"2021-02-07T13:54:28.000Z","dependencies_parsed_at":"2022-09-14T10:51:03.702Z","dependency_job_id":null,"html_url":"https://github.com/osfunapps/os-btns-automation-py","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/osfunapps%2Fos-btns-automation-py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osfunapps%2Fos-btns-automation-py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osfunapps%2Fos-btns-automation-py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osfunapps%2Fos-btns-automation-py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/osfunapps","download_url":"https://codeload.github.com/osfunapps/os-btns-automation-py/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245056902,"owners_count":20553854,"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-29T22:17:37.548Z","updated_at":"2025-03-23T04:45:08.923Z","avatar_url":"https://github.com/osfunapps.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Introduction\n------------\n\nThis script is designed to provide intuitive buttons automation kit.\n\nNOTICE: it's heavily relied on pyautogui\n\n## Installation\nInstall via pip:\n\n    pip install os-btns-automation\n\n## Usage       \nRequire btns_automation:\n```python        \nfrom os_btns_automation import btns_automation\n\nbtns_automation.paste()  # will paste any copied text\nbtns_automation.copy()  # will copy the currently selected content\nbtns_automation.select_all()  # will select all in the current context\nbtns_automation.press('esc')  # will press a button\nbtns_automation.hot_key(['ctrl', 'c'])  # will perform instrumental combo of buttons\nbtns_automation.key_down('esc')  # will hold a key down\nbtns_automation.key_up('esc')  # will release a key\nbtns_automation.write('this is a message')  # will write a bunch of characters\n```\n\n\nAnd more...\n\n\n## Links\n[GitHub - osapps](https://github.com/osfunapps)\n\n## Licence\nISC","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosfunapps%2Fos-btns-automation-py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fosfunapps%2Fos-btns-automation-py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosfunapps%2Fos-btns-automation-py/lists"}