Monday, March 20, 2023

Show HN: Pysh – run shell commands in Python https://ift.tt/quElytQ

Show HN: Pysh – run shell commands in Python I was bored and tired of creating subprocess wrappers for lots of projects, so I made this. The implementation is fairly naive and a bit slow, but it works well in my testing. Might be a bit useless, but it was a fun and somewhat interesting project. https://ift.tt/gGr70tO March 20, 2023 at 05:51AM

No comments:

Post a Comment

Show HN: val – An arbitrary precision calculator language https://ift.tt/1JxjPhf

Show HN: val – An arbitrary precision calculator language Wrote this to learn more about the `chumsky` parser combinator library, rustyline,...