All Projects → Funny-OpenSource-Projects → Image To Xls

Funny-OpenSource-Projects / Image To Xls

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

Programming Languages

python3
1442 projects

Projects that are alternatives of or similar to Image To Xls

Pixterm
Draw images in your ANSI terminal with true color
Stars: ✭ 782 (+942.67%)
Mutual labels:  cli, tool, color
Plantuml Styler
Online tool to make your PlantUML diagrams look great.
Stars: ✭ 35 (-53.33%)
Mutual labels:  opensource, tool
Video To Ascii
It is a simple python package to play videos in the terminal using characters as pixels
Stars: ✭ 960 (+1180%)
Mutual labels:  cli, opensource
Crossline
A small, self-contained, zero-config, MIT licensed, cross-platform, readline and libedit replacement.
Stars: ✭ 53 (-29.33%)
Mutual labels:  cli, color
Durt
Command line tool for calculating the size of files and directories
Stars: ✭ 27 (-64%)
Mutual labels:  cli, tool
Bashmultitool
A library for bash shell program containing useful functions. Can be imported into scripts to create colourful and functional scripts and TUIs.
Stars: ✭ 27 (-64%)
Mutual labels:  cli, color
Lucid
A simple mock-application for programs that work with child processes
Stars: ✭ 45 (-40%)
Mutual labels:  cli, tool
Auto Cpufreq
Automatic CPU speed & power optimizer for Linux
Stars: ✭ 843 (+1024%)
Mutual labels:  cli, tool
Rang
A Minimal, Header only Modern c++ library for terminal goodies 💄✨
Stars: ✭ 1,080 (+1340%)
Mutual labels:  cli, color
Nord Konsole
An arctic, north-bluish clean and elegant Konsole color scheme.
Stars: ✭ 56 (-25.33%)
Mutual labels:  cli, color
Pizza Cli
🍕 Order a pizza in a CLI app (just for fun!)
Stars: ✭ 58 (-22.67%)
Mutual labels:  cli, tool
Nord Guake
An arctic, north-bluish clean and elegant Guake color theme.
Stars: ✭ 20 (-73.33%)
Mutual labels:  cli, color
Create Component App
Tool to generate different types of React components from the terminal. 💻
Stars: ✭ 879 (+1072%)
Mutual labels:  cli, tool
Wait4x
Wait4X is a cli tool to wait for everything! It can be wait for a port to open or enter to rquested state.
Stars: ✭ 30 (-60%)
Mutual labels:  cli, tool
Ddecmd
DDE command line query tool
Stars: ✭ 11 (-85.33%)
Mutual labels:  cli, tool
Fliplog
fluent logging with verbose insight, colors, tables, emoji, filtering, spinners, progress bars, timestamps, capturing, stack traces, tracking, presets, & more...
Stars: ✭ 41 (-45.33%)
Mutual labels:  cli, color
Neutron
Neutron is a CLI developed to help developers create new react projects with Redux + Redux Saga and offers well-structured code standardization.
Stars: ✭ 65 (-13.33%)
Mutual labels:  cli, tool
Mprislyrics
Small command-line utility that displays lyrics in sync with the currently playing song in a MPRIS2 capable player.
Stars: ✭ 24 (-68%)
Mutual labels:  cli, tool
Tb Cli
🛠️ CLI for rapid TB generate
Stars: ✭ 8 (-89.33%)
Mutual labels:  cli, tool
Saw
Fast, multi-purpose tool for AWS CloudWatch Logs
Stars: ✭ 1,071 (+1328%)
Mutual labels:  cli, color

image2xls

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].