Settings

Theme

Show HN: Run arbitrary Python script, no setup, no configuration, just run it

github.com

1 points by buglungtung 8 months ago · 2 comments

Reader

buglungtungOP 8 months ago

In the AI era, I often deal with the situation that I ask AI for a python script then need to setup an environment to run it. It's frustrated because I only need to run it once but need to deal with 15-30mins setup.

That why I developed a small helper program that allow me execute any python script. It's not perfect but it has been serve my needs very well for months.

If you are Go developer, let's install it with command

go install github.com/kanthorlabs/runit/cmd/runit@latest

Otherwise you can download the binary and use it

https://github.com/kanthorlabs/runit/releases/tag/v25.4.19

muconto107 8 months ago

Hi i dealt with the same situations and was thinking about doing something similar. Thanks for the effort.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection