TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

1 pointsby buglungtungabout 1 month ago

2 comments

buglungtungabout 1 month 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&#x27;s frustrated because I only need to run it once but need to deal with 15-30mins setup.<p>That why I developed a small helper program that allow me execute any python script. It&#x27;s not perfect but it has been serve my needs very well for months.<p>If you are Go developer, let&#x27;s install it with command<p>go install github.com&#x2F;kanthorlabs&#x2F;runit&#x2F;cmd&#x2F;runit@latest<p>Otherwise you can download the binary and use it<p><a href="https:&#x2F;&#x2F;github.com&#x2F;kanthorlabs&#x2F;runit&#x2F;releases&#x2F;tag&#x2F;v25.4.19">https:&#x2F;&#x2F;github.com&#x2F;kanthorlabs&#x2F;runit&#x2F;releases&#x2F;tag&#x2F;v25.4.19</a>
muconto10730 days ago
Hi i dealt with the same situations and was thinking about doing something similar. Thanks for the effort.