Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 711 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 711 Bytes

Csv > Dot

Convert a 2 columns CSV file to a .dot, who can be converted with Graphviz to .jpg, .ps, ...

How to use it

python entry_points_csv_to_dot/csv_to_dot.py -h
> usage: csv_to_dot [-h] [--csv-file [CSV_FILE]] [--csv-delim [CSV_DELIM]] [--dot-file [DOT_FILE]] [--nodes-shape [NODES_SHAPE]] [--nodes-style [NODES_STYLE]] [--nodes-bg-color [NODES_BG_COLOR]] [--nodes-font-color [NODES_FONT_COLOR]] [--version]

Support version

Python : >=3.9