Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bbelderbos/article-to-pdf


https://github.com/bbelderbos/article-to-pdf

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# Turn Pybites articles into PDFs

A quick script to download all Pybites articles and convert them into pdf files.

Steps:

```
$ git clone [email protected]:bbelderbos/article-to-pdf.git
$ cd article-to-pdf

$ mkdir outputs
$ python3 -m venv venv && source venv/bin/activate

(venv) $ python -m pip install -r requirements.txt
(venv) $ python script.py

# all articles should be saved in the outputs directory
```