Mini_Python_Projects
Mini_Python_Projects copied to clipboard
Markdown-to-PDF Converter
📝 Project Idea: Markdown-to-PDF Converter
Description:
Create a Python tool that converts Markdown (.md) files into formatted PDF documents.
The converter should support basic Markdown syntax (headings, lists, code blocks, tables, links, etc.) and preserve simple styling.
Expected Features:
- Input: path to
.mdfile (via CLI or file picker) - Output:
.pdffile with proper formatting - Support for:
- Headings, paragraphs, bullet/numbered lists
- Code blocks and inline code
- Hyperlinks and images
- Optional: custom themes or templates (e.g., dark/light mode)
- Optional: batch conversion (convert multiple files in one go)
Tech Stack:
- Python
- Libraries:
markdown,pdfkit/weasyprint/reportlab
@RK1905101 hey can you please assign this to me so i can start contributing!