This script accepts a project path and outputs a single .txt file containing all of the project's syntactic code (.py, .ts, ...)
I created this tool to have GPT-4 help with my programming projects since it's useful for catching subtle bugs, producing good practice boilerplate code, and saving a lot of time in general.
I. Run python traversal
II. Enter path of desired folder