4 projects
candy-wrapper
A "sticky" wrapper for any object, that allow other objects to be add as propeties, which can be access through the .key notation or [key] notation. To unrap the object just add () notation to the end of the function.
magic-run-cmd
A simple interface to run a bash command from python. It wraps Popen, so it's easier to run the command
yes-or-no
A silly little helper function, that is strangly helpful. All it does, is prompt a yes or question, then convert a boolean to the answer of yes or now. This library is meant to be used in debug strings, it is recommended to use in multi line f string meant to be passed to a log.debug. It mean to help make understanding the state just a little easier.
chat-companion
A chat gpt command line client with extra features"