$ cat readme-generator.json
title: DocMint
category: AI
stack:PythonOpenAIMarkdown

Project Overview
I-powered README & documentation generator (Python) I designed and implemented DocMint, an open-source Python package and CLI tool that automatically generates professional README files and project documentation by analyzing a codebase or using a natural-language prompt. The tool includes a cross-platform command-line interface, configuration management, template-driven markdown generation, and robust file scanning with wildcard-based exclusion rules. I built the core package to detect project types (Python, JavaScript/TypeScript, Java, Go, Rust, C/C++, C#, PHP, Ruby, mobile and web stacks), summarize dependencies and structure, and optionally integrate with a cloud backend API for enhanced AI-powered generation. The project is packaged for distribution (PyPI), includes developer tooling (tests and packaging scripts), adheres to code style standards, and is licensed under MIT. DocMint streamlines documentation workflows for developers and teams by converting code and short prompts into well-structured, production-ready README files and documentation templates.