Python Scripts
Practical Python tools for documents and the web.
This project provides two Python command-line utilities: a Markdown-to-PDF CV generator and a Playwright-based website screenshot tool.
Contents
Utilities
cv-generator(scripts.cv_generator) renders a single-page PDF CV from Markdown.website-screenshot(scripts.screenshot) captures 1600x900 viewport JPEGs of websites.
Installing the project puts both commands on the PATH; see
Installation. Running python scripts/cv_generator.py and
python scripts/screenshot.py by file path remains supported.