Lazy self-installing Python scripts with uv
Briefly

I frequently find myself writing my own short command-line scripts in Python that help me with day-to-day tasks. It's so easy to throw together a single-file Python command-line script... unless the script requires anything outside of the Python standard library.
This works great! But this script doesn't have any dependencies. The problem: a script with dependencies. Here's a Python script that normalizes the audio of a given video file and writes a new audio-normalized version of the video.
Read at Treyhunner
[
|
]