{"id":17881192,"url":"https://github.com/legoatoom/simplemacromaker","last_synced_at":"2026-04-30T01:34:47.464Z","repository":{"id":250598757,"uuid":"460126359","full_name":"legoatoom/SimpleMacroMaker","owner":"legoatoom","description":"Simple pynput hotkey ➔ commands, made for myself. You can look at the code if you like.","archived":false,"fork":false,"pushed_at":"2022-02-16T19:37:49.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-03T01:41:27.358Z","etag":null,"topics":["for-self","pynput","python"],"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/legoatoom.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":"2022-02-16T18:22:48.000Z","updated_at":"2022-02-16T18:42:26.000Z","dependencies_parsed_at":"2024-07-28T19:10:29.744Z","dependency_job_id":null,"html_url":"https://github.com/legoatoom/SimpleMacroMaker","commit_stats":null,"previous_names":["legoatoom/simplemacromaker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/legoatoom/SimpleMacroMaker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/legoatoom%2FSimpleMacroMaker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/legoatoom%2FSimpleMacroMaker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/legoatoom%2FSimpleMacroMaker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/legoatoom%2FSimpleMacroMaker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/legoatoom","download_url":"https://codeload.github.com/legoatoom/SimpleMacroMaker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/legoatoom%2FSimpleMacroMaker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32451372,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"ssl_error","status_checked_at":"2026-04-29T22:10:49.234Z","response_time":110,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["for-self","pynput","python"],"created_at":"2024-10-28T12:35:35.061Z","updated_at":"2026-04-30T01:34:47.447Z","avatar_url":"https://github.com/legoatoom.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"#  SimpleMacroMaker\nSimple pynput hotkey ➔ commands, made for myself. You can look at the code if you like.\n\n## Really want to use it?\nNo promises about the accuracy and reliability, if something goes wrong not my fault.\n\nI used pyinstaller to install it with `pyinstaller --onefile main.py -n=macromachine`\nmake sure you have the modules/packages/ect.. installed (see `main.py` for what imports I used).\n\nThen in you can run the macromachine file that was created via commandline.\n`macromachine` starts\n`macromachine stop` stops it.\n\nIt program uses a `config.json` file in `appdirs.user_config_dir('macromachine')`. Don't know where it is for every system.\nAnd this is how the config.json looks.\n\n```json\n{\n\t\"[pynput hotkey here]\" : {\n\t\t\"type\" : \"[toggle|button]\",\n\t\t\"on_commands\" : [\"[command1]\", \"[command2]\"],\n\t\t\"off_commands\" : [\"[command1]\", \"[command2]\"]\n\t},\n\t\"\u003calt\u003e+7\" : {\n\t\t\"type\" : \"toggle\",\n\t\t\"on_commands\" : [\"echo hello\", \"echo world\"],\n\t\t\"off_commands\" : [\"echo foo\",\"echo bar\"]\n\t},\n\t\"\u003calt\u003e+7\" : {\n\t\t\"type\" : \"button\",\n\t\t\"commands\" : [\"echo hello\", \"echo world\"]\n\t}\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flegoatoom%2Fsimplemacromaker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flegoatoom%2Fsimplemacromaker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flegoatoom%2Fsimplemacromaker/lists"}