misc-scripts

Scripts that are randomly made by me. Caution: these come and go.

View on GitHub

Miscellaneous scripts

QA

Random scripts I make and might still use.

Poetry usage

git clone git@github.com:Tatsh/misc-scripts.git
cd misc-scripts
poetry install
poetry shell

Now all Python scripts will work.

ucwords

Performs title casing on strings. Accepts standard input. Typical use:

echo "my lowercase string needs some fixes" | ucwords