I wrote a "install a stackoverflow question as if it were a package" tool as...

@mistersql

I wrote a "install a stackoverflow question as if it were a package" tool as extended joke. While writing it, I thought, "I need AI because I can't convert code snippet to a function/class with regex"

Now we got AI, so I think I'll revisit my so_pip tool this holiday.

I guess I can extend it to openai_pip, invoked as:

```bash
openai_pip install -n validate_email "write a python package that validates email"
```

github.com/matthewdeanmartin/s

Self-replies