Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 355 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 355 Bytes

Desktop TV

Very simple Python desktop sharing solution. My usecase: sharing screen separately from audio/video (for which phone is good enough).

Dev Installation/Usage

Requires Python >=3.10 and ngrok binary in PATH.

git clone https://github.com/roma-guru/desktop-tv
cd desktop-tv
python -m venv .venv
./run.sh [opt_ngrok_domain]