โจ Automatically generate stunning README.md files for ANY GitHub repository โจ
๐ซ Zero API costs โข ๐ป 100% local โข ๐จ 5 beautiful themes โข ๐ Hindi support
๐บ Demo โข โก Install โข ๐ Usage โข โจ Features โข ๐จ Themes โข ๐ ๏ธ Stack
โฌ๏ธ One command โ Beautiful README in seconds โฌ๏ธ
# Step 1: Make sure Ollama is running
ollama serve
# Step 2: Install ReadmeAI
git clone https://github.com/chirag120670598-dotcom/my-app.git
cd my-app
pip install -r requirements.txt
# Step 3: Generate your first README!
python -m readmeai.main --style cool๐ฏ That's it! No API keys. No registration. No cloud costs.
# Generate README for current directory
python -m readmeai.main
# Specify a different directory
python -m readmeai.main --path /path/to/your/project# Default (clean & professional)
python -m readmeai.main --style default
# Cool (vibrant & modern)
python -m readmeai.main --style cool
# Professional (corporate-grade)
python -m readmeai.main --style professional
# Minimal (pure signal, no noise)
python -m readmeai.main --style minimal
# เคนเคฟเคเคฆเฅ (Hindi language)
python -m readmeai.main --style hindi# Set a custom Ollama model
python -m readmeai.main --model llama3
# Exclude the "Made with ReadmeAI" badge
python -m readmeai.main --no-badge
# Show version
python -m readmeai.main --version
# List available AI models
python -m readmeai.main list-models
# Manage configuration
python -m readmeai.main config --show
python -m readmeai.main config --reset
python -m readmeai.main config # Interactive mode# Generate AND push in one command!
python -m readmeai.main --push
# Or set it permanently:
python -m readmeai.main config
# โ Set "auto_push" to true| Feature | Description | Status |
|---|---|---|
| ๐ค AI-Powered | Uses Ollama (LLaMA 3) for smart descriptions | โ Stable |
| ๐จ 5 Themes | Default, Minimal, Cool, Professional, Hindi | โ Stable |
| ๐ Auto-Detect | Automatically detects your tech stack | โ Stable |
| ๐ Smart Badges | Generates shields.io badges automatically | โ Stable |
| ๐ฆ Zero API Costs | 100% local execution via Ollama | โ Free |
| ๐ Hindi Support | Generate READMEs in Hindi ๐ฎ๐ณ | โ Stable |
| ๐ค Auto Git Push | Commit & push to GitHub automatically | โ Stable |
| ๐ README Updater | Update existing READMEs with AI | โ Stable |
| โ๏ธ Config System | Persistent user configuration | โ Stable |
| ๐งช Test Suite | Comprehensive pytest coverage | โ Stable |
| Theme | Style | Best For |
|---|---|---|
| ๐ Default | Clean, professional, all sections | Most projects |
| ๐ฏ Minimal | Just description, install, usage | Simple tools |
| ๐ฅ Cool | Animated headers, emojis, collapsible sections | Viral repos, personal projects |
| ๐ผ Professional | Corporate, changelog, security, architecture | Enterprise, team projects |
| ๐ฎ๐ณ Hindi | Full Hindi language README | Indian developers |
๐ฆ my-app/
โโโ ๐ readmeai/
โ โโโ ๐ __init__.py # Package init
โ โโโ ๐ main.py # CLI entry point (Click)
โ โโโ ๐ scanner.py # Repository scanner
โ โโโ ๐ detector.py # Tech stack detector
โ โโโ ๐ builder.py # README builder
โ โโโ ๐ badge_gen.py # shields.io badge generator
โ โโโ ๐ themes.py # 5 theme templates
โ โโโ ๐ config.py # Configuration system
โ โโโ ๐ git_utils.py # Git automation
โ โโโ ๐ updater.py # README updater
โ โโโ ๐ ollama_client.py # Ollama AI client
โ โโโ ๐ utils.py # Terminal UI (Rich)
โโโ ๐ tests/
โ โโโ ๐ __init__.py
โ โโโ ๐ test_scanner.py # Scanner tests
โ โโโ ๐ test_detector.py # Detector tests
โ โโโ ๐ test_builder.py # Builder & badge tests
โโโ ๐ pyproject.toml # Project config
โโโ ๐ setup.py # Setup script
โโโ ๐ requirements.txt # Dependencies
โโโ ๐ .gitignore # Git ignore
โโโ ๐ README.md # You are here! ๐
# Run all tests
pytest -v
# Run specific test file
pytest tests/test_detector.py -v
# Run with coverage
pytest --cov=readmeai tests/PRs are WELCOME! Let's make this the best README generator out there! ๐
- ๐ด Fork the repo
- ๐ฟ Branch:
git checkout -b feature/amazing-feature - ๐พ Commit:
git commit -m 'feat: add amazing feature' - ๐ค Push:
git push origin feature/amazing-feature - ๐ Open a Pull Request
- ๐ Report bugs
- ๐ก Suggest features
- ๐ Improve documentation
- ๐ Add more themes
- ๐ง Fix issues
- โญ Star the repo!
MIT License โ Free to use, modify, and distribute.
Copyright (c) 2026 ReadmeAI
Made with โค๏ธ by Chirag Solanki
โก Generated by ReadmeAI โ Meta, right? ๐