add readme
This commit is contained in:
parent
9baa8d9a2e
commit
4f8ae65158
18
README.md
Normal file
18
README.md
Normal 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
|
Loading…
x
Reference in New Issue
Block a user