Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Mar 26, 2017
1 parent 5eadbf0 commit b753726
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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}
```

0 comments on commit b753726

Please sign in to comment.