Skip to content

That python script converts any image to an excel sheet by converting the input image into numpy array each pixel of that array will represent a cell in the output file

License

Notifications You must be signed in to change notification settings

jemmy-sc-of/Images-to-excel-sheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Images to excel

That python script converts any image to an excel sheet by converting the input image into numpy array each pixel of that array will represent a cell in the output file.

Setting up requirements

pip install -r requirements.txt

Running the script.

python main.py -i python.png -o python.xlsx -s 1.0

About

That python script converts any image to an excel sheet by converting the input image into numpy array each pixel of that array will represent a cell in the output file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages