This commit is contained in:
2017-04-06 23:43:29 +02:00
commit a0014a0684
5 changed files with 78 additions and 0 deletions

17
README.md Normal file
View File

@@ -0,0 +1,17 @@
# slideslurp
Give slideslurp a URL to a [SlideShare](https://www.slideshare.net/)
presentation and it will give you a PDF called `out.pdf`.
I will clean this up, I promise.
## Installation
```
git clone https://github.com/hellerve/slideslurp
cd slideslurp
python setup.py install
```
<hr/>
Happy slurping!