Watch 262 zero-dependency CLI tools in action — click a demo below to see real output
Full statistical analysis of CSV files without installing pandas. Mean, median, stdev, quartiles, histogram — `evtool csv-stats data.csv`
Query JSON with jq-like syntax, no jq needed. `evtool json-select "$.users[0].name" data.json` — pure Python, zero deps.
Network diagnostics: ping, traceroute, port scan, DNS lookup, WHOIS, SSL certificate check. All in one tool.
ASCII art without installing anything. `evtool figlet "Hello"` and `evtool cowsay "I'm pure Python!"` — zero deps.
System monitoring without htop. CPU, memory, disk, network, processes — all from Python stdlib. `evtool sys-info`
Cryptographically secure password generator. Custom length, symbols, digits. `evtool gen-password 20`