Tenzer / alga
CLI for remote controlling LG webOS TVs
AI Architecture Analysis
This repository is indexed by RepoMind. By analyzing Tenzer/alga in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.
Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.
Repository Overview (README excerpt)
Crawler viewAlga ==== A command line utility for controlling a LG webOS TV over the network. Installing ---------- Alga is available on PyPI. I would recommend installing it via pipx: Or, via Nix flakes: Setup ----- The first time you use the utility, you will need to setup a connection to the TV. With the TV on, run . This will bring up a prompt on the TV asking if you want to accept the pairing. When accepted, Alga will be ready to use. If no hostname or IP address is provided to , it will be default try to connect to "lgwebostv" which should work. The hostname, a key and MAC address will be written to for future use. Usage ----- See usage for a list of available commands. Development ----------- The code base is fully type annotated and test coverage is being enforced. Types can be checked via and tests via . Tests are run for each of the supported Python versions in CI. pre-commit/prek is used to run Ruff for linting and formatting. is updated via .