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

https://github.com/4rnv/wikipdf

Generate beautifully formatted PDFs of Wikipedia articles with a single click.
https://github.com/4rnv/wikipdf

pdf python wikipedia

Last synced: 2 months ago
JSON representation

Generate beautifully formatted PDFs of Wikipedia articles with a single click.

Awesome Lists containing this project

README

        

# WikiPDF

A simple application that generates text only PDFs of Wikipedia pages, without hyperlinks or cite notes. Useful for referencing.

This project was inspired by my childhood memories of using Wikipedia as a reference for school projects, only to be annoyed by the constant need to remove the cite notes and external links from the text.

## Stack
- [Wikipedia-API library](https://github.com/martin-majlis/Wikipedia-API)
- [Reportlab](https://pypi.org/project/reportlab/)
- Flask for the web interface