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.
- Host: GitHub
- URL: https://github.com/4rnv/wikipdf
- Owner: 4rnv
- Created: 2024-04-12T15:19:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-05T18:27:09.000Z (about 1 year ago)
- Last Synced: 2025-01-18T01:21:45.053Z (4 months ago)
- Topics: pdf, python, wikipedia
- Language: Python
- Homepage: https://wikipdf.vercel.app
- Size: 341 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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