Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mattsturgeon/markdown-render

A simple script for outputting a resume from markdown input
https://github.com/mattsturgeon/markdown-render

Last synced: 4 months ago
JSON representation

A simple script for outputting a resume from markdown input

Awesome Lists containing this project

README

        

# Markdown Renderer

A simple python script to render a markdown resume to both HTML and PDF.

## Requirements

If building with nix, the requirements will be handled automatically.

Otherwise you will need:

- Python 3.9+
- [Python-Markdown](https://github.com/Python-Markdown/markdown)
- [WeasyPrint](https://github.com/Kozea/WeasyPrint)

## Usage

See `mdr --help`