Bulk "Create Blueprint Using This..."

Is there any way to create blueprints from multiple objects at once? Exactly like “Create Blueprint Using This…” except in bulk and w/o opening the newly created blueprints.

E.G. /Content/Stuff contains 100 static meshes. Select them all, and create a blueprint for each in /Content/Thingies

This is the kind of thing I would look into writing a python script for.
Documentation: Scripting the Unreal Editor Using Python | Unreal Engine 5.2 Documentation

Good call. I didn’t know about python integration back when posted, and didn’t think of it after I learned about it.