Skip to content

spirellii/x256-img

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

x256-img

PyPI version

Installation

Prerequisites

Python 3.6+

Install

Windows:

pip install colorama x256_img

Linux & macOS

pip install x256_img

Usage

From Python

from x256_img import display
from PIL import Image

img = Image.open("image.png")
width, _ = img.size
display(img.getdata(), width)

From CLI

x256-img image.png

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages