add readme

This commit is contained in:
Lord Of Nougate 2023-08-03 22:51:32 +02:00
parent 9baa8d9a2e
commit 4f8ae65158
1 changed files with 18 additions and 0 deletions

18
README.md Normal file
View File

@ -0,0 +1,18 @@
# yt-pic-grabber
This tool grabs thumbnail and an image of the first 10 seconds.
## Setup
Clone and setup venv:
```
git clone https://git.nussnougate.net/sevi-kun/yt-pic-grabber.git
cd yt-pic-grabber
python3 -m venv .
source bin/activate
pip install -r requirements.txt
mkdir out
```
> After that adjust paths in main.py