Basic tools
We assume a couple of tools already exists on your system:
gitmakeimagemagick(for making thefavicon.ico)cwebp(for making thecover.webp)pythonuv(for managingPythonprojects)cfv(for making checksum files)
You can use chocolatey, scoop and pipx to
install and manage these applications:
choco install git imagemagick make
scoop install libwebp python pipx uv
pipx install cfv