Skip to content

Shun-Calvin/csv2img

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

csv2img

This is a project that save CSV file as PNG images.

Installation

Run the following to install:

pip install csv2img

Pre-requisite

To use csv2img, make sure that you have installed the package of csv2pdf, fitz and PyMuPDF, since this package is a combination of csv2pdf and fitz.

pip install csv2pdf
pip install fitz #please install fitz first, else it may crush with PyMuPDF
pip install PyMuPDF

Usage

from csv2img import saveas
saveas(csv_file)
Example
from csv2img import saveas
saveas("data.csv")
Error Handling

If the occured error is related to the packages of fitz and PyMuPDF, please uninstall these packages and install them again.

pip uninstall fitz
pip uninstall PyMuPDF
pip install fitz #please install fitz first, else it may crush with PyMuPDF
pip install PyMuPDF

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages