Metadata-Version: 2.3
Name: dl-wp-pdf
Version: 0.8
Summary: Download Wikipedia articles as PDF
Project-URL: Homepage, https://codeberg.org/hyperreal/dl-wp-pdf
Project-URL: Issues, https://codeberg.org/hyperreal/dl-wp-pdf/issues
Author-email: Jeffrey Serio <hyperreal@fedoraproject.org>
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# dl-wp-pdf

This program just downloads a Wikipedia article as a PDF by using the Wikipedia REST API.

## Installation

``` shell
pipx install dl-wp-pdf
```

## Usage

Use the Wikipedia article's name as the argument to `dl-wp-pdf`. For example, if the article's URL is `https://en.wikipedia.org/wiki/Python_(programming_language)`, then the argument for `dl-wp-pdf` would be `"Python_(programming_language)"`.

``` shell
cd ~/downloads
dl-wp-pdf "Python_(programming_language)"

Output:
--> /home/jas/downloads/Python_(programming_language).pdf
```

> Note: make sure to use quotes around the article name in the argument to `dl-wp-pdf`.
