Skip to content

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

License

Notifications You must be signed in to change notification settings

Mindbaz/python-csv-to-dot

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks