LITT
LITT (Lyrics in the Terminal) is, as the name suggests, a way to display lyrics of the currently playing song in the terminal. Note that this tool currently only supports linux as it uses playerctl but it may be expanded to multiple operating systems in the future.
Usage
Firstly make sure playerctl is installed:
# Debian / Debian-based
sudo apt install playerctl
# Fedora / Fedora-based
sudo dnf install playerctl
# Arch / Arch-based
sudo pacman -S playerctl
You can run LITT by typing litt and then choose your playerctl source.
To access the settings run litt --settings.
Installation
This tool is currently in development and has no official release but you can try out the bleeding edge version by building it yourself with the steps below.
Building
Prerequisites
- python (with pip)
- git/(gh)
- Clone GitHub repository
git clone https://github.com/FabBeyond/litt.git
cd litt
- Set up a virtual environment
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
- Run the program
python3 src/main.py
Release files for litt 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| litt-0.1.0.tar.gz | 15.5 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| litt-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 31.1 MB
Release files / litt-0.1.0.tar.gz
| Download URL | litt-0.1.0.tar.gz |
|---|---|
| Size | 15.5 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f37c0f0e515039e345cd02a78cebf7cdbd55be09bf0bee1d7a5fa75d20e58ea5
|
|
BLAKE2b-256 checksum How to use checksums |
4c5eafed86c779fc82cd394f425c01ab48274e11a2dd9d95e539e4934740c906
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"CachyOS Linux","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
|
Release files / litt-0.1.0-py3-none-any.whl
| Download URL | litt-0.1.0-py3-none-any.whl |
|---|---|
| Size | 15.6 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
5dc76d12f747d664684b40bc209cf4b090125bde9f9933ded65bcaab2fc5b26d
|
|
BLAKE2b-256 checksum How to use checksums |
6b0a3ccfe6becaa1d31741cfc2f9399773ce2f8a705f4b07bbc5f84ae7eddea3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"CachyOS Linux","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
|