From b75372632affacbd902bbbf8a6bf3b4c09634828 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sun, 26 Mar 2017 16:23:39 -0700 Subject: [PATCH] Add README --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8780ae1 --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +thumbnails +========== + +Programmatically generated thumbnails for youtube + +## Usage + +First run `make` + +Then use `./venv/bin/python ./make-screenshot.py` + +Usage: + +``` +./venv/bin/python ./make-screenshot.py --help +usage: make-screenshot.py [-h] [--size {1080p,720p}] html_file + +positional arguments: + html_file + +optional arguments: + -h, --help show this help message and exit + --size {1080p,720p} +```