Every tool you need for the terminal — CSV analysis, JSON processing, file dedup, password generation, system monitoring, network diagnostics, and more.
$pip install evolver-tools⏎
260
CLI Tools
0
Dependencies
541KB
Package Size
30+
Categories
See It In Action
Real terminal output from evolver-tools. Click tabs to explore.
$ evtool csv-statsdata.csv┌─────────────────────────────────────────────┐
│ 📊 CSV Analysis Report │
│ File: data.csv │
│ Rows: 4 Columns: 4 │
├─────────────────────────────────────────────┤name (text)
Total 4 Non-empty 4 Unique 4
Top: Alice, Bob, Charlie, Diana
age (int)
Mean 29.50 Median 30.00
Std Dev 3.64 Min 25.00
Max 35.00
city (text)
Unique 3
Top: NYC (2), SF (1), LA (1)
score (int)
Mean 88.25 Median 92.00
Min 78.00 Max 95.00
Correlation Matrix
age × score ██████░░░░░░░░░ +0.43
└─────────────────────────────────────────────┘