Awesome example of `pipx run` or `uvx`
https://github.com/ftnext/awesome-pipx-uvx.git
pipx run or uvx
uvx (equivalent uv tool run)pipx run)Japanese: https://nikkie-ftnext.hatenablog.com/entry/pipx-run-make-easier-speech-recognition-release-from-codespaces
$ uvx build
$ pipx run build
$ uvx twine upload dist/*
$ pipx run twine upload dist/*
$ uvx --from 'qrcode[pil]' qr "Some text" > qr.png
$ pipx run --spec 'qrcode[pil]' qr "Some text" > qr.png