{"id":23116331,"url":"https://github.com/breakbb/pyclicker","last_synced_at":"2026-05-12T12:43:50.238Z","repository":{"id":43247378,"uuid":"196875829","full_name":"BreakBB/pyclicker","owner":"BreakBB","description":null,"archived":false,"fork":false,"pushed_at":"2023-10-03T21:34:29.000Z","size":7,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-04T01:28:26.347Z","etag":null,"topics":["clicker","mouse-emulation","python","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/BreakBB.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":"2019-07-14T19:34:46.000Z","updated_at":"2019-11-04T12:30:39.000Z","dependencies_parsed_at":"2025-04-04T01:27:39.868Z","dependency_job_id":null,"html_url":"https://github.com/BreakBB/pyclicker","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/BreakBB/pyclicker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BreakBB%2Fpyclicker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BreakBB%2Fpyclicker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BreakBB%2Fpyclicker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BreakBB%2Fpyclicker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BreakBB","download_url":"https://codeload.github.com/BreakBB/pyclicker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BreakBB%2Fpyclicker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266963340,"owners_count":24013033,"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","status":"online","status_checked_at":"2025-07-25T02:00:09.625Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["clicker","mouse-emulation","python","windows"],"created_at":"2024-12-17T04:16:00.100Z","updated_at":"2025-10-13T18:16:45.526Z","avatar_url":"https://github.com/BreakBB.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PyClicker\n\nPyClicker is a simple mouse simulating tool for Windows. It uses the Windows API to stay \"below radar\" if it is run as admin and is therefore not detected by programs which recognize similar tools.\n\n## How to use it\n\n### Parameters\n\n| Parameter                 | Type      | Description                                                   | Default |\n|---------------------------|-----------|---------------------------------------------------------------|---------|\n| `--mouse_button`, `-m`    | int       | Mouse button to click. 1=left, 2=right, 3=middle.             | 1       |\n| `--stop_key`, `-s`        | string    | Key to stop the clicker. If `None` any key will interrupt.    | None    |\n| `--internval`, `-i`       | float     | Click interval in seconds.                                    | 0.5     |\n\n### From command line\n\nInstall Python and the requirements listed in the `requirements.txt`. After that you can simply run the `clicker.py` file like this:\n\n`py clicker.py [--mouse_button, -m] [--stop_key, -s] [--interval, -i]`\n\n\n### Using the .exe file\n\nYou can find an executable file at the [releases](https://github.com/BreakBB/pyclicker/releases) page. With this executable you don't need to install Python but can simply use it. The application will use the default parameter stated above. To change them you have to start the executable from command line just as you would if you would run the Python file directly.\n\n`clicker.exe [--mouse_button, -m] [--stop_key, -s] [--interval, -i]`\n\n## How to build the executable\n\nYou can build the executable by running `pyinstaller`. If you don't want the executable to ask for admin permission you should omit the `--uac-admin` parameter.\n\n`pyinstaller --onefile --uac-admin clicker.py`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbreakbb%2Fpyclicker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbreakbb%2Fpyclicker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbreakbb%2Fpyclicker/lists"}