nadimkobeissi / mkbsd

Download all the wallpapers in MKBHD's "Panels" app
Do What The F*ck You Want To Public License
2.43k stars 180 forks source link

Add alternative method for running with inline script dependencies + uv #22

Open blackary opened 1 day ago

blackary commented 1 day ago

This updates the python version to have inline script depdencies, and suggests using uv in the README.

This is a nice pattern for one-time-use scripts, as it doesn't require any special setup, just uv run <script>, and lets uv take care of making sure python is installed, and installing any relevant dependencies.

PedramNavid commented 1 day ago

lgtm

tdhopper commented 1 day ago

boat-ship-it-gif

sfc-gh-trichards commented 1 day ago

outstanding