Collection of tools developed for working on python projects
When working with large language models to build code, different problems in the development process arise.
- Sometimes the context window becomes so large that the LLM starts to forget earlier instructions.
- The LLM may not be able to understand the structure of the code.
- The LLM may not be able to understand the context of the code.
- Your code has gone through so many revisions that you can't make sense of the discussion with the LLM and it easier to start from scratch.
This tool is designed to address these problems.
It generates a text file containing the structure and contents of a Python project. It's useful for creating a snapshot of your project's code including the directory tree structure.
More details are available in the README.md file.