Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 204 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 204 Bytes

CSV to PNG converter

Very simple

Setup

The script uses the pandas, numpy and dataframe_image dependencies.

Install them using

python3 -m pip install -r requirements.txt

Usage