Skip to content

duck-nukem/random_scripts

Repository files navigation

Collection of smaller utilities I've found useful

coin toss

Prints either head/tails. Good for deciding stuff that doesn't matter, like who drives in a pairing session when there aren't more significant determining factors

status retriever

I used it to monitor when a new staging site comes online. It requires requests - possibly I'll either include a requirements.txt or rewrite it to use a more standard way of making requests (like urllib3)

typewriter

Prints the input string one character at a time. I'd say it's b4d4$$, but it isn't really, it's more like I was curious how to do it, then I decided to keep it.