{"id":31582278,"url":"https://github.com/sorebit/couch-remote","last_synced_at":"2026-05-18T09:06:54.911Z","repository":{"id":53207131,"uuid":"504110628","full_name":"Sorebit/couch-remote","owner":"Sorebit","description":"Simple FastAPI remote control for a PC keyboard","archived":false,"fork":false,"pushed_at":"2022-11-29T12:46:35.000Z","size":16,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-25T14:23:41.681Z","etag":null,"topics":["fastapi","remote-control"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/couch-remote/","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/Sorebit.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-16T10:26:10.000Z","updated_at":"2025-01-24T11:33:10.000Z","dependencies_parsed_at":"2023-01-22T16:45:11.930Z","dependency_job_id":null,"html_url":"https://github.com/Sorebit/couch-remote","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Sorebit/couch-remote","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sorebit%2Fcouch-remote","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sorebit%2Fcouch-remote/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sorebit%2Fcouch-remote/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sorebit%2Fcouch-remote/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sorebit","download_url":"https://codeload.github.com/Sorebit/couch-remote/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sorebit%2Fcouch-remote/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278532355,"owners_count":26002346,"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-10-05T02:00:06.059Z","response_time":54,"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":["fastapi","remote-control"],"created_at":"2025-10-05T22:53:43.039Z","updated_at":"2025-10-05T22:53:48.406Z","avatar_url":"https://github.com/Sorebit.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"**⚠️ Current status of this project**\n\n- Run `remote` to serve\n    - Commands are not supported yet.\n- Supported Operating Systems:\n    - [x] Linux (Xorg) - pynput\n    - [x] Windows - pynput\n    - [x] macos - pynput (tested on 12.6)\n- Not yet supported Operating Systems:\n    - [ ] Linux (Wayland)\n\n---\n\n# Couch Remote\n\nA utility, available at [PyPI](https://pypi.org/project/couch-remote/), which serves a remote keyboard to control a computer.\n\n## Usage\n\n1. **To install:** `pip install couch-remote` (in a venv or globally)\n2. Now, your `remote` should be available.\n3. **Optionally,** `remote scaffold-config`, creates a basic settings file, then `remote global settings.py` copies it to a [global configuration directory](#install-a-global-settings-file-remote-global-settingspy).\n4.  **Finally,** `remote control` serves an instance at [0.0.0.0:4444](http://localhost:4444). This is the **only** command, you're going to need from now on.\n\n\u003e On macOS it might be required to allow the running process to control your keyboard. Most likely a pop-up will open on the first recorded keypress.\n\n## Settings\n\n```python\nfrom pynput.keyboard import Key\nfrom remote.models import Button\n\nbuttons = {\n    'play_pause_media': Button(key=Key.media_play_pause, label='⏯️'),\n    'esc': Button(key=Key.esc, label='Esc'),\n    'caps': Button(key=Key.caps_lock, label='Caps Lock'),\n    'space': Button(key=Key.space, label='Space'),\n}\n\nport = 4444\n```\n\nQ: Do jakiego formatu zapisują się i wczytują configi w settingsach?\n\n\n### Install a global settings file `remote global settings.py `\n\nWhen ran, stores settings at a default path: `~/.config/couch-remote/settings.py`\n\nThe app will default to this path when not specified.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsorebit%2Fcouch-remote","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsorebit%2Fcouch-remote","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsorebit%2Fcouch-remote/lists"}