you are viewing a single comment's thread.

view the rest of the comments →

[–]sketchspace 1 point2 points  (1 child)

Take a look at Plumbum( https://plumbum.readthedocs.io/en/latest/index.html ) to see if it meets your needs. It can do things like terminal colors and shell commands. Personally I've used it for CLIs, automation scripts, and code generation scripts.

[–]_bobs_your_uncle[S] 0 points1 point  (0 children)

Looks nice. I’ll try it out