prowoflowautomationtools/TDSExtractor — reverse-engineered prompt
Reverse engineered prompt
Build me a simple Python tool called TDS Extractor based on what’s already in this repo. Please open TDS.py and requirements.txt first and keep the existing idea, but make it easy for a normal person to run.
The goal is that I can give it a file or folder that contains TDS related data, have it pull out the useful TDS information, clean it up, and save the result as an easy to read output file like a CSV or spreadsheet style table. It should show clear messages while it runs, tell me if something is missing or unreadable, and not crash with confusing Python errors.
If there’s already a specific input format in the code, support that first and don’t overcomplicate it. Add simple setup and run instructions in a README so someone can install the requirements and use it without guessing. If you need to confirm current Python library usage, look up current docs online.
Want more depth? Deep Reverse