by QaisarRajput · Agent Tool · ★ 102
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
Codebase to Text Converter A powerful Python tool that converts codebases (folder structures with files) into a single text file or Microsoft Word document (.docx), while preserving folder structure and file contents. Perfect for AI/LLM processing, documentation generation, and code analysis. ✨ Features Multi-source input: Local directories and GitHub repositories Flexible output: Text files (.txt) and Microsoft Word documents (.docx) Smart exclusions: Advanced pattern matching for files and directories Performance optimized: Efficient traversal of large codebases Comprehensive logging: Detailed verbose mode for transparency Encoding support: Handles various file encodings gracefully 🚀 Installation 📖 Usage Command Line Interface (CLI) Basic Usage Advanced Usage with Exclusions bash Exclude specific patterns codebase-to-text --input "./myproject" --output "output.txt" --outputtype "txt" --exclude ".log,temp/,/pycache/" Multiple exclude arguments codebase-to-text --input "./myproject" --output "output.txt" --outputtype "txt" --exclude ".pyc" --exclude "build/" --exclude "venv/" Exclude hidden files codebase-to-text --input "./myproject" --output "output.txt" --outputtype "txt"...
| Stars | 102 |
| Forks | 19 |
| Language | Python |
| Category | Agent Tool |
| License | Apache-2.0 |
| Quality Score | 67.4993008733944/100 |
| Open Issues | 6 |
| Last Updated | 2025-08-23 |
| Created | 2024-04-10 |
| Platforms | python |
| Est. Tokens | ~18k |
Looking for a codebase_to_text alternative? If you're comparing codebase_to_text with other agent tool tools, these 4 projects are the closest alternatives on Agent Skills Hub — ranked by topic overlap, star count, and community traction.
Claude Code Skills for software engineering workflows - Git automation, testing, and code review
A Claude Code skill that turns PDFs, docs, and codebases into Obsidian study vaults
86 product management skills from Lenny's Podcast for Claude Code and AI agents. Hiring, user research, strate
Power rename/refactor tool (now with agent skill support!)
Explore other popular agent tool tools:
codebase_to_text is For GenAI and LLM usage. This package converts codebase (folder structure with files) into a single text file or a Microsoft Word document (.docx), preserving folder structure and file contents. The t. It is categorized as a Agent Tool with 102 GitHub stars.
codebase_to_text is primarily written in Python.
You can find installation instructions and usage details in the codebase_to_text GitHub repository at github.com/QaisarRajput/codebase_to_text. The project has 102 stars and 19 forks, indicating an active community.
codebase_to_text is released under the Apache-2.0 license, making it free to use and modify according to the license terms.
The top alternatives to codebase_to_text on Agent Skills Hub include claude-skills-marketplace, tutor-skills, lenny-skills. Each offers a different approach to the same problem space — compare them side-by-side by stars, quality score, and community activity.