AI Prompts
Reusable prompts for generating custom Python scripts
General input/output script
Write Python script.
Load .env from directory in which script is located (if not, try parent, if not still, then try grandparent).
Allow for input files to be specified with --input parser command.
If --input not invoked, have a window open up that features an input dropzone.
User can drag and drop single or multiple files into the dropzone to be used as input.
User can also click the dropzone to browse for files.
Allow for output directory to be specified with --output parser command.
If --output not invoked, have a dialog open up to browse for output directory to choose.
(then add what you want it do)