Skip to content

coelias/dyst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dyst

Dynamic histograms in the terminal

Installation

pip install dyst

Usage

cut -f 3 file.tsv | dyst

Alt text

Options

usage: dyst [-h] [-w] [-b BINS] [-c COLUMNS] [-p] [-n] [-m MIN] [-x MAX]
            [inputfile]

Text mode Histogram software

positional arguments:
  inputfile   Input file containing data

optional arguments:
  -h, --help  show this help message and exit
  -w          process words instead of numbers
  -b BINS     Bins shows in the histogram (numeric mode only) [10]
  -c COLUMNS  Histogram width in columns [80]
  -p          Show percentage for each bar
  -n          Don't show progress only final result
  -m MIN      Minimum value to show in the histogram
  -x MAX      Maximum value to show in the histogram

Usage example

asciicast

About

Dynamic histograms in the terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages