python_to_txt
Scans all Python files in the current directory, extracts their code, and merges into a single text file with clear separators for code review, AI context input, or archiving.
Instructions
扫描当前目录下所有 .py 文件(递归),提取每个文件的代码内容,合并输出到一个文本文件中。格式:每个文件以【相对路径】和【代码】标记分隔。适用于:代码审查、准备 AI 上下文输入、代码汇总存档。无参数,默认扫描当前目录,输出到 output_py_files.txt。自动跳过 .venv、pycache、.git 目录及 .gitignore 中忽略的内容。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No |