{"id":21346648,"url":"https://github.com/manucabral/cornelius","last_synced_at":"2025-07-12T17:31:06.447Z","repository":{"id":57699288,"uuid":"500001840","full_name":"manucabral/cornelius","owner":"manucabral","description":"Cornelius allows you to control mouse and keyboard inputs in a simple way.","archived":false,"fork":false,"pushed_at":"2022-09-08T18:41:33.000Z","size":813,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-14T07:53:17.540Z","etag":null,"topics":["automation","input","inputs","interactions","keyboard","mouse","python","win32","windows"],"latest_commit_sha":null,"homepage":"","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/manucabral.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-06-05T04:44:11.000Z","updated_at":"2024-08-12T20:23:51.000Z","dependencies_parsed_at":"2022-09-19T23:51:48.497Z","dependency_job_id":null,"html_url":"https://github.com/manucabral/cornelius","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manucabral%2Fcornelius","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manucabral%2Fcornelius/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manucabral%2Fcornelius/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manucabral%2Fcornelius/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/manucabral","download_url":"https://codeload.github.com/manucabral/cornelius/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224974839,"owners_count":17401106,"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":["automation","input","inputs","interactions","keyboard","mouse","python","win32","windows"],"created_at":"2024-11-22T02:09:57.380Z","updated_at":"2024-11-22T02:09:57.924Z","avatar_url":"https://github.com/manucabral.png","language":"Python","readme":"# cornelius\n\nCornelius allows you to control mouse and keyboard inputs in a simple way.\n\nCurrently only supports **Windows**.\n\nSee full documentation [here](https://github.com/manucabral/cornelius/wiki)\n## Usage\n\nInstall the [PyPI package](https://pypi.org/project/cornelius/)\n\n```bash\npip install cornelius\n```\n\nor clone the repository\n\n```bash\ngit clone https://github.com/manucabral/cornelius.git\n```\n\n## Example\n\nUsing cursor module\n\n```py\nfrom cornelius import Cursor\n\nmouse = Cursor()\nmouse.set(500, 500)\nmouse.left_click()\n```\n\nUsing keyboard module\n\n```py\nfrom cornelius import Keyboard\n\nkeyboard = Keyboard()\nkeyboard.send('a')\n```\n\nYou can see more examples [here](https://github.com/manucabral/cornelius/tree/main/examples)\n\n## Planned features\n\n-   Mouse scrolling\n-   Detect multiple clicks\n-   Wait for a key/mouse input\n-   Keyboard hotkeys\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanucabral%2Fcornelius","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanucabral%2Fcornelius","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanucabral%2Fcornelius/lists"}