Skip to content

Instantly share code, notes, and snippets.

@danwald
Created May 20, 2025 16:24
Show Gist options
  • Save danwald/082d0e87974acd6d378257d0f7a1f3d0 to your computer and use it in GitHub Desktop.
Save danwald/082d0e87974acd6d378257d0f7a1f3d0 to your computer and use it in GitHub Desktop.
uv cowsay
#!/usr/bin/env -S uv run --script
# /// script
# requires-python = ">=3.12"
# dependencies = ["cowsay"]
# ///
import cowsay
cowsay.cow('Hello World')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment