Skip to main content

Display images on a kitty terminal with optional resizing.

Project description

pixcat

PyPI downloads PyPI version PyPI pyversions

WORK IN PROGRESS

Display images on a kitty terminal with optional custom/thumbnail/fit-to-screen resizing.
Developed with the goal of being a more powerful alternative to kitty icat, while also providing an usable Python 3.6+ API.

Usage

Basic CLI examples:

pixcat file.jpg

pixcat fit-screen --enlarge /tmp/abc.jpg

pixcat thumbnail --size 128 --align left 'https://picsum.photos/480?random'

pixcat resize --min-width 1920 --min-height 1080 \
              --max-width 1920 --max-height 1080 \
              ~/images/wallpapers 1.jpg 2.png

The commands and options have short forms too.
See pixcat --help for more information.

Same examples using the Python package (no documentation yet):

from pixcat import Image

Image("file.jpg").show()

Image("/tmp/abc.jpg").fit_screen(enlarge=True).show()

Image("https://picsum.photos/480?random").thumbnail(128).show(align="left")

for i in Image.factory("~/images/wallpapers", "1.jpg", "2.png"):
    i.resize(1920, 1080, 1920, 1080).show()

Installation

Requires Python 3.6+, tested on GNU/Linux only.

pip3 install --upgrade pixcat

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pixcat-0.1.4.tar.gz (9.8 kB view hashes)

Uploaded Source

Built Distribution

pixcat-0.1.4-py3-none-any.whl (11.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page