Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 379 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 379 Bytes

panopto-puller

A minmalist UI for yt-dlp (youtube-dl) written in PyQt.

Screenshot

Start local dev environment

  • Use a virtual environment, tested with Python=3.10
  • pip install -r requirements.txt
# For example with conda:
conda create -y --name pp python=3.11
conda activate pp 
conda install pip
pip install -r requirements.txt