Instantly generate a beautiful
README.md
from a structured JSON file.
Designed for developers, freelancers, and open source contributors to show off their work β cleanly and professionally.
Markdown File Generator is a simple Python-based CLI tool that reads your project data from a .json
file and generates a stylish, ready-to-publish README.md
in Markdown format.
It helps:
- π§βπ» Developers create GitHub profile READMEs
- π§³ Freelancers showcase work history
- π Students present their projects cleanly
- π§ Teams auto-generate Markdown from a project database
No dependencies. Fully offline. Clean output. Ready for GitHub, Notion, websites, and more.
- π Quickly build or update your README from JSON (no manual Markdown typing)
- π§© Add project metadata like badges, tags, demo links, and screenshots
- π― Supports extended fields like
tags
,demo
,badge
,image
,type
, andlast updated
- πΌ Helps build professional presence with minimal effort
- π οΈ Super extendable (can support HTML, YAML, CSV, Streamlit, etc.)
π€ User | β Use Case |
---|---|
GitHub users | Auto-generate profile or repo README |
Freelancers | Showcase project history & demos |
Bootcamp grads | Present capstone projects in Markdown |
Educators | Generate portfolio files for students |
Developers | Include it in CI/CD for repo previews |
[ { "title": "Markdown Generator", "desc": "CLI that auto-generates README.md for portfolios.", "link": "https://github.com/boss/md-generator", "tags": ["Python", "Markdown"], "badge": "https://img.shields.io/badge/built%20with-Python-blue", "type": "Open Source", "date": "2024-09-01" } ]
CLI that auto-generates README.md for portfolios.
π§ͺ Open Source
ποΈ Last updated: 2024-09-01
Tech Stack:Python
Β·Markdown
π View Project
- Python 3.7+
- No external dependencies
- git clone https://github.com/your-username/md-generator
- cd md-generator
- You can copy from the sample above or add as many projects as you like.
- python md_generator.py
- A clean outputREADME.md file will be generated in the same folder.