Created
May 20, 2025 16:24
-
-
Save danwald/082d0e87974acd6d378257d0f7a1f3d0 to your computer and use it in GitHub Desktop.
uv cowsay
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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