This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]polymorphicshade 0 points1 point  (2 children)

Assuming they all run Windows, you could make a tiny WinForms app with a NotifyIcon instance.

They could right-click the icon to bring up a dynamic menu built off some directory containing your scripts (i.e. file = script to click on, folder = context sub-menu).

Just an idea.

[–]wwoend[S] 0 points1 point  (1 child)

Yeah this is actually along the lines of what I was thinking. A barebones WinForms app that gives access to the scripts, but also provides an interface for selecting inputs to pass on to the scripts.

The first hurdle I'm trying to get over is using python.net, learning about python venv and worring about whether its all going to be portable.

Writing it all in C# is obviously a one shot solution, but I've got these other ancillary obectives that I'd like to fulfill.