⚡ 262 tools · 0 dependencies · 1 pip install

$ pip install evolver-tools

Watch 262 zero-dependency CLI tools in action — click a demo below to see real output

evolver-tools — interactive demo
$

⚡ Try it yourself

pip install evolver-tools
GitHub · PyPI · Home
📊

csv-stats

Full statistical analysis of CSV files without installing pandas. Mean, median, stdev, quartiles, histogram — `evtool csv-stats data.csv`

🔍

json-select

Query JSON with jq-like syntax, no jq needed. `evtool json-select "$.users[0].name" data.json` — pure Python, zero deps.

🌐

net-analyzer

Network diagnostics: ping, traceroute, port scan, DNS lookup, WHOIS, SSL certificate check. All in one tool.

🎨

figlet + cowsay

ASCII art without installing anything. `evtool figlet "Hello"` and `evtool cowsay "I'm pure Python!"` — zero deps.

🖥️

sys-info

System monitoring without htop. CPU, memory, disk, network, processes — all from Python stdlib. `evtool sys-info`

🔐

gen-password

Cryptographically secure password generator. Custom length, symbols, digits. `evtool gen-password 20`