A CLI tool to convert a Markdown resume to a styled HTML page
Project description
Markdown Resume Generator
A CLI tool to convert a Markdown resume to a styled HTML page. Choose from three professional themes: modern, classic, and minimal.
Features
- Convert Markdown to HTML with a polished CSS template.
- Three themes:
modern(default),classic,minimal. - Custom output file name.
- Simple and fast.
Installation
From PyPI (once published)
pip install markdown-resume-generator
From source
git clone https://github.com/your-username/markdown-resume-generator.git
cd markdown-resume-generator
pip install -e .
Using pip with local project
pip install -e /path/to/markdown-resume-generator
Usage
markdown-resume input.md [output.html] [--theme modern|classic|minimal]
Arguments:
input.md(required): Path to the Markdown file.output.html(optional): Output HTML file name. Default:resume.html.--theme(optional): Choose theme. Options:modern,classic,minimal. Default:modern.
Examples
Basic conversion
markdown-resume resume.md
Specify output file
markdown-resume resume.md my_cv.html
Use a different theme
markdown-resume resume.md --theme classic
Full example
markdown-resume resume.md cv.html --theme minimal
Testing
Run unit tests:
python -m unittest test_markdown_resume.py
Or with pytest:
pytest test_markdown_resume.py -v
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file markdown_resume_generator-1.0.0.tar.gz.
File metadata
- Download URL: markdown_resume_generator-1.0.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
946485db5082664d55dac8b6868999d95f1f3dd45ff89b0e497f6cc88a766f3c
|
|
| MD5 |
4ac17b91e86b8b996f4db86434466cca
|
|
| BLAKE2b-256 |
0f79efdf22279ed8d97656dc637a1b25bffd547fdaf9949bde71087fd2184ba6
|
File details
Details for the file markdown_resume_generator-1.0.0-py3-none-any.whl.
File metadata
- Download URL: markdown_resume_generator-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b0098aab786e1aed8ee0c4bb60281c001e8a77a030fdb37eca4ddd01ecf67ac
|
|
| MD5 |
9741059bf8e15fd027fa3e27592b5f73
|
|
| BLAKE2b-256 |
9aee6bb51c2a3e85bcdfa39f48292742bf2f287e268979bc3efc955ba68f0ee7
|