{"id":15894467,"url":"https://github.com/akihironitta/pylight","last_synced_at":"2026-01-19T08:32:09.687Z","repository":{"id":114497319,"uuid":"200846022","full_name":"akihironitta/pylight","owner":"akihironitta","description":"A simple backlight controller for fully CLI environments","archived":false,"fork":false,"pushed_at":"2020-08-21T08:41:32.000Z","size":25,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-13T23:26:55.186Z","etag":null,"topics":["command-line-tool","python","unix"],"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/akihironitta.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-08-06T12:22:29.000Z","updated_at":"2020-10-31T08:56:41.000Z","dependencies_parsed_at":"2023-05-17T02:45:20.715Z","dependency_job_id":null,"html_url":"https://github.com/akihironitta/pylight","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akihironitta%2Fpylight","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akihironitta%2Fpylight/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akihironitta%2Fpylight/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akihironitta%2Fpylight/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akihironitta","download_url":"https://codeload.github.com/akihironitta/pylight/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247737740,"owners_count":20987718,"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":["command-line-tool","python","unix"],"created_at":"2024-10-06T08:40:21.188Z","updated_at":"2026-01-19T08:32:09.662Z","avatar_url":"https://github.com/akihironitta.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NAME  \n`pylight` - A simple backlight controller written in Python.  \n\n# DESCRIPTION  \n`pylight` is a simple software written in Python to control backlights and other lights on GNU/Linux system with `xbacklight`-like options.\n`pylight` works in a fully CLI environment, which does not require X to be running while `xbacklight` does.  \n\n# INSTALLATION  \nFirst, clone `pylight` repository.  \n``` sh\n$ git clone https://github.com/akihironitta/pylight.git\n$ cd pylight\n```\n\nTo enable `pylight` running without root permission, place `90-backlight.rules` in one of the udev rules directories, e.g. `/etc/udev/rules.d/`.  \n``` sh\n$ mv 90-backlight.rules /etc/udev/rules.d/\n```\n\nRebooting the system may be required to apply this configuration depending on your system.  \n``` sh\n$ sudo reboot\n```\n\n# OPTIONS  \n- `-max` set brightness to maximum value  \n- `-min` set brightness to minimum value (a quater of maximum value)  \n- `-set` set brightness to value  \n- `-inc` increase brightness by value  \n- `-dec` decrease brightness by value  \n\n# Usage  \nCheck the current brightness.  \n``` sh\npylight\n```\n\nSet to the specified brightness `100`.  \n``` sh\npylight -set 100\n```\n\nSet to the maximum brightness.  \n``` sh\npylight -max\n```\n\nSet to the minimum brightness.  \n``` sh\npylight -min\n```\n\n# SEE ALSO  \n- [xbacklight](https://github.com/tcatm/xbacklight)  \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakihironitta%2Fpylight","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakihironitta%2Fpylight","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakihironitta%2Fpylight/lists"}