Small personal utilities
A command-line tool to open a LeetCode problem in your browser by specifying its problem number
Execute using uv
to manage depenendices without manually managing enviornments:
uv run leetcode_launcher.py --num 1
Execute without using uv run by adding the script to your PATH and ensuring it is executable:
leetcode_launcher.py --num 1
A command line tool to output word definitions from websters1913.com
Execute using uv
to manage depenendices without manually managing enviornments:
uv run websters1913.py --word pathos
Execute without using uv run by adding the script to your PATH and ensuring it is executable:
websters1913.py --word pathos
Contributions are welcome!
Tiny Tools is licensed under the Functional Source License, Version 1.1, ALv2 Future License