Skip to content

joelibaceta/pix-to-xls

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pix-to-xls

A simple tool to convert an image to xls file using colored cells.

mario

How to use

Online

https://www.image2xls.com/

mario

As python package

Install Python package:

pip3 install pix-to_xls

You can import this package too.

from pix_to_xls import builder

builder.build("your_image.jpg", "your_output_file.xls", cols=50)

CLI

We provide a CLI for an easiest way to use.

Install Python package:

pip3 install pix-to-xls

And just run the pix-to-xls command

pix-to-xls your_image.jpg your_output_file.xls

Examples

mario

About

A simple tool to make ascii art from an image using excel colored cells.

Resources

License

Stars

Watchers

Forks

Contributors

Languages

  • HTML 74.2%
  • Python 18.7%
  • CSS 7.1%