This tool crawls a specified directory and creates a markdown file containing all the .py files found, each in a code block preceded by its path.
You can install this package using pip:
pip install py_markdown_crawler
After installation, you can run the tool from the command line:
py_markdown_crawler
You will be prompted to enter:
- The directory path to crawl
- The name of the output markdown file
The tool will then create a markdown file with the specified name, containing all the .py files from the specified directory and its subdirectories.
- Crawls directories recursively
- Creates a well-formatted markdown file
- Supports path autocompletion (if pyreadline3 is installed)
- Works on Windows, macOS, and Linux
This project is licensed under the MIT License - see the LICENSE file for details.