{"id":19234470,"url":"https://github.com/andornaut/keylight","last_synced_at":"2025-10-20T12:35:04.641Z","repository":{"id":48115845,"uuid":"336133667","full_name":"andornaut/keylight","owner":"andornaut","description":"A CLI to control an Elgato Key Light","archived":false,"fork":false,"pushed_at":"2024-04-07T16:52:32.000Z","size":36,"stargazers_count":16,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-04-14T21:13:16.073Z","etag":null,"topics":["cli","elgato-key-light"],"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/andornaut.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}},"created_at":"2021-02-05T01:48:13.000Z","updated_at":"2023-12-20T11:16:16.000Z","dependencies_parsed_at":"2024-03-22T14:44:59.314Z","dependency_job_id":"70f93484-eb47-43f3-9044-f7355b8fc4ab","html_url":"https://github.com/andornaut/keylight","commit_stats":{"total_commits":11,"total_committers":2,"mean_commits":5.5,"dds":0.09090909090909094,"last_synced_commit":"743cbea82e0fbddb7338142a888be00b3f58d6a7"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andornaut%2Fkeylight","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andornaut%2Fkeylight/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andornaut%2Fkeylight/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andornaut%2Fkeylight/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andornaut","download_url":"https://codeload.github.com/andornaut/keylight/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223849225,"owners_count":17213640,"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":["cli","elgato-key-light"],"created_at":"2024-11-09T16:13:50.080Z","updated_at":"2025-10-20T12:34:59.595Z","avatar_url":"https://github.com/andornaut.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Keylight\n\nA CLI to control an [Elgato Key Light](https://www.elgato.com/en/gaming/key-light) for Linux, macOS, and Windows.\n\nLeverages the [pyleglight](https://gitlab.com/obviate.io/pyleglight) library.\n\n## Requirements\n\n* Python \u003e= 3.6\n\n## Installation\n\nKeylight can be downloaded from [pypi.org](https://pypi.org/project/keylight/).\n\n```bash\npip3 install keylight\n```\n\n## Usage\n\n```\n$ keylight --help\nusage: keylight [-h] [-b BRIGHTNESS] [-c COLOR] [--host HOST] [--on | --off | --toggle]\n\nA CLI to control an Elgato Key Light\n\noptions:\n  -h, --help            show this help message and exit\n  -b BRIGHTNESS, --brightness BRIGHTNESS\n                        0 \u003c= BRIGHTNESS \u003c= 100; Prefix with +/- to increment/decrement\n  -c COLOR, --color COLOR\n                        2900 \u003c= COLOR \u003c= 7000; Prefix with +/- to increment/decrement\n  --host HOST           hostname of the Key Light (omit to use auto-discovery)\n  --on                  turn the Key Light on\n  --off                 turn the Key Light off\n  --toggle              toggle the Key Light on/off\n```\n\n### Examples\n\n```\n$ keylight --brightness 45 --color 5500 --on\nAuto-discovering Key Light ...\nConnected to: Elgato Light @ 192.168.1.100:9123\nBrightness: 45%\nColor: 5500k\nTurning On\n\n$ keylight --host=keylight --off\nConnected to: Elgato Light @ keylight:9123\nTurning Off\n```\n\n#### Aliases\n\nYou may find it convenient to use shell aliases:\n\n```\nalias koff='keylight --host keylight --off'\nalias kon='keylight --host keylight --on'\n```\n\nExample usage:\n\n```\n# Turn on and set brightness to 20%\n$ kon -b20\nConnected to: Elgato Light BW42J1A06055 @ keylight:9123\nBrightness: 20%\nTurning On\n```\n\n## Developing\n\n```bash\npoetry shell\n\npoetry build\n\npoetry run keylight --on\n\npoetry version patch\npoetry publish\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandornaut%2Fkeylight","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandornaut%2Fkeylight","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandornaut%2Fkeylight/lists"}