Skip to content

Instantly share code, notes, and snippets.

@simeonf
Created January 23, 2025 07:41
Show Gist options
  • Save simeonf/db61cfed74b75da6a17f92ad16afe649 to your computer and use it in GitHub Desktop.
Save simeonf/db61cfed74b75da6a17f92ad16afe649 to your computer and use it in GitHub Desktop.
Script with inline dependencies
# /// script
# dependencies = [
# "rich",
# ]
# ///
from rich import print
print("Hello, [bold magenta]World[/bold magenta]!", ":vampire:", locals())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment