Quick CLI for displaying Recurse Center TV in fullscreen
Project description
rctv
Quick CLI for displaying Recurse Center TV in fullscreen.
Install
Recommended (fast, reproducible):
uv tool install rctv
Run without installing:
uvx rctv
With pip:
pip install rctv
Usage
# Basic usage with token
RCTV_TOKEN=your_token_here rctv
# Or set the token once
export RCTV_TOKEN=your_token_here
rctv
The app will:
- Fetch apps from the RCTV API
- Display each page in fullscreen
- Rotate through pages based on timing from the API
- Automatically reload and loop continuously
Press Cmd+Q (macOS) or Alt+F4 (Linux/Windows) to exit.
Development
uv sync
uv run rctv # run the CLI using local code
# optional: editable install
uv pip install -e .
./scripts/release.sh # release a new version
Notes
- Requires
RCTV_TOKENenvironment variable with your Recurse Center TV token - Uses pywebview for cross-platform fullscreen display
- Automatically reloads apps after each complete rotation
- On Linux, requires GTK, Qt, or CEF for webview backend
- On macOS, uses native WebKit
- On Windows, uses Edge WebView2
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
rctv-0.1.0.tar.gz
(3.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
rctv-0.1.0-py3-none-any.whl
(4.3 kB
view details)
File details
Details for the file rctv-0.1.0.tar.gz.
File metadata
- Download URL: rctv-0.1.0.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.8.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e92f29c117b1c858497f49a3972a56e65339f90d232601666f6295cd88c1e4f
|
|
| MD5 |
fbdec7fb7b1b14401978695b5e154547
|
|
| BLAKE2b-256 |
d6114b43d55065c4a05843514b66548e78aa61434d24ce39d0259c5e6856a834
|
File details
Details for the file rctv-0.1.0-py3-none-any.whl.
File metadata
- Download URL: rctv-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.8.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
01cb489fecfaa297a0005a9b78642490895f2d29c349087f2ebf0b5762153d79
|
|
| MD5 |
047da68eb499768d3541f535f2d811a6
|
|
| BLAKE2b-256 |
c35f89944abc21b1faa37527f2fd006bb23a57e2261ffd5a936bac068a827390
|