Python CLI Tools

34 standalone Python CLI scripts, each runnable with uv run bin/<name>

No installation needed. Each tool is a single file with inline dependencies managed by uv. Run any tool directly from the web — click a tool name to view its source, or run it with:
uv run <tool_url>
Tool Description Added
anagram_generator
/python/anagram_generator
Generate anagrams of a word using a system dictionary. Apr 2026
analyze_repos
/python/analyze_repos
Analyze git repositories and report their status. Apr 2026
anthropic_models
/python/anthropic_models
List available Anthropic models. Apr 2026
bluesky_follow_tool
/python/bluesky_follow_tool
Follow Bluesky users in bulk from a given starter pack or following list. Apr 2026
bluesky_posts_tool
/python/bluesky_posts_tool
Fetch and display posts from a Bluesky user account. Apr 2026
combine_markdown
/python/combine_markdown
Combine markdown files from a directory into a single document, ordered by directory depth. Apr 2026
copernicus_download
/python/copernicus_download
Search and download Copernicus Sentinel products from the CDSE OData API. Apr 2026
ct_logs
/python/ct_logs
Download certificate transparency log entries for a domain. Apr 2026
ds_store_inspector
/python/ds_store_inspector
Inspect .DS_Store files and display their metadata entries. Apr 2026
escape_inspector
/python/escape_inspector
Visualize invisible terminal escape codes in pipeline output. Apr 2026
feed_discovery
/python/feed_discovery
Discover RSS/Atom feeds from a given URL. Apr 2026
fetch_favicons
/python/fetch_favicons
Download favicons for popular websites using the Tranco top-sites list. Apr 2026
file_identifier
/python/file_identifier
Identify file type, MIME type, and metadata for one or more files. Apr 2026
fish_history_search
/python/fish_history_search
Search fish shell command history by date or date range. Apr 2026
fit_to_geopackage
/python/fit_to_geopackage
Convert Garmin FIT activity files (.fit or .fit.gz) to GeoPackage format. Apr 2026
freshdesk_ticket
/python/freshdesk_ticket
Fetch a Freshdesk ticket and print it as cleaned markdown text. Apr 2026
geojson_map
/python/geojson_map
Render an interactive map from a GeoJSON file or URL, opening it in the browser. Apr 2026
git-autocommit
/python/git-autocommit
Generate a well-formatted git commit message from the current diff using Claude AI. Apr 2026
git_branch_summary
/python/git_branch_summary
Summarise git branches using AI, highlighting branches that need attention. Apr 2026
git_history_viewer
/python/git_history_viewer
Browse git commit history and diffs in a local web interface. Apr 2026
github_pages_urls
/python/github_pages_urls
List GitHub Pages URLs for all repositories owned by the authenticated user. Apr 2026
github_pr_summary
/python/github_pr_summary
Fetch all pull requests created by a user in a specific year across all repositories. Apr 2026
img_base64_html
/python/img_base64_html
Embed images as base64 data URLs in a self-contained HTML page. Apr 2026
inspect_geodata
/python/inspect_geodata
Inspect a geodata file and print out its key properties. Apr 2026
netcheck
/python/netcheck
Diagnose network connectivity issues and provide actionable recommendations. Apr 2026
port_scanner
/python/port_scanner
Scan unprivileged ports (1024-65535) on localhost and display open ports. Apr 2026
scan
/python/scan
Scan documents using a SANE-compatible scanner and save them as image files. Apr 2026
screenshot_url
/python/screenshot_url
Take a full page screenshot of the given URL. Apr 2026
unique_designations_map
/python/unique_designations_map
Map unique OSM designation tags across the UK using the Overpass API. Apr 2026
voice_memo_analyzer
/python/voice_memo_analyzer
Analyze Apple Voice Memos from the local SQLite database. Apr 2026
voice_memo_exporter
/python/voice_memo_exporter
Export Apple Voice Memos to a local directory. Apr 2026
voice_note_ai
/python/voice_note_ai
Summarize voice notes using the Gemini AI API via a local web interface. Apr 2026
web_crawler
/python/web_crawler
Crawl a website and store visited pages and links in a SQLite database. Apr 2026
web_workers
/python/web_workers
Distributed Computing Demo using FastAPI and WebSockets. Apr 2026