Lazy self-installing Python scripts with uv(treyhunner.com) |
Lazy self-installing Python scripts with uv(treyhunner.com) |
#!/usr/bin/env -S uv run --script
# /// script
# requires-python = ">=3.12"
# dependencies = [
# "ffmpeg-normalize",
# ]
# ///