Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/computationalphysiology/simula-lights
Tool controlling the lights at KA23
https://github.com/computationalphysiology/simula-lights
Last synced: about 2 months ago
JSON representation
Tool controlling the lights at KA23
- Host: GitHub
- URL: https://github.com/computationalphysiology/simula-lights
- Owner: ComputationalPhysiology
- Created: 2022-08-05T18:29:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-26T12:09:40.000Z (10 months ago)
- Last Synced: 2024-04-16T03:49:45.399Z (10 months ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lights at KA23
Command line tool for controlling the lights at KA23.
## Install
You can install the package with [`pipx`](https://github.com/pypa/pipx)```
pipx install git+https://github.com/ComputationalPhysiology/simula-lights
```This will install the `lights` command.
## Usage
You must give your office number as the first argument:```
lights ROOM
```With no other arguments, the lights are reset:
```
lights ROOM
```You can also specify brightness or color with a range 0-4:
```
lights ROOM brightness 2
```
or
```
lights ROOM color 3
```## Credits
The script is written by [minrk](https://github.com/minrk) and packaged by [finsberg](https://github.com/finsberg)