Skip to main content

Pixora: A Python Library for Pixel Art Conversion


built with Python3 GitHub repo size PyPI version

Overview

Pixora is a lightweight Python library and command-line tool for converting ordinary images into retro-style pixel art. Built on top of Pillow, it provides a simple API for pixelizing images with customizable pixel sizes while supporting both file paths and in-memory objects. Whether you are creating game assets, generating pixelated avatars, or adding a nostalgic visual effect to your images, Pixora offers a fast, and easy-to-use solution for both scripts and terminal workflows.

PyPI Counter
Github Stars
Branch main dev
CI
Code Quality CodeFactor

Installation

Source Code

PyPI

Usage

Library

from pixora import NearestNeighbor, Lanczos
from pixora import pixelize
pixelize("input.png", output="output.png", algorithm=NearestNeighbor(pixel_size=12))
image = pixelize("input.png", algorithm=Lanczos(pixel_size=12), grayscale=True)
image.show()

CLI

pixora input.png output.png

pixora input.png output.png --pixel-size=12

pixora input.png output.png --algorithm="bilinear"

pixora input.png output.png --grayscale

Available Algorithms

The following examples use the same input image with pixel_size=8.

Algorithm Description Example
NearestNeighbor Pixelate using nearest-neighbor resampling
Bilinear Pixelate using bilinear resampling
Bicubic Pixelate using bicubic resampling
Lanczos Pixelate using Lanczos resampling

Issues & Bug Reports

Just fill an issue and describe it. We'll check it ASAP!

  • Please complete the issue template

Show Your Support

Star This Repo

Give a ⭐️ if this project helped you!

Donate to Our Project

Bitcoin

1KtNLEEeUbTEK9PdN6Ya3ZAKXaqoKUuxCy

Ethereum

0xcD4Db18B6664A9662123D4307B074aE968535388

Litecoin

Ldnz5gMcEeV8BAdsyf8FstWDC6uyYR6pgZ

Doge

DDUnKpFQbBqLpFVZ9DfuVysBdr249HxVDh

Tron

TCZxzPZLcJHr2qR3uPUB1tXB6L3FDSSAx7

Ripple

rN7ZuRG7HDGHR5nof8nu5LrsbmSB61V1qq

Binance Coin

bnb1zglwcf0ac3d0s2f6ck5kgwvcru4tlctt4p5qef

Tether

0xcD4Db18B6664A9662123D4307B074aE968535388

Dash

Xd3Yn2qZJ7VE8nbKw2fS98aLxR5M6WUU3s

Stellar

GALPOLPISRHIYHLQER2TLJRGUSZH52RYDK6C3HIU4PSMNAV65Q36EGNL

Zilliqa

zil1knmz8zj88cf0exr2ry7nav9elehxfcgqu3c5e5

Coffeete

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Unreleased

0.3 - 2026-08-23

Added

  • grayscale parameter
  • --grayscale CLI argument

Changed

  • Opened image bug fixed
  • --info CLI argument bug fixed
  • --algorithm CLI argument bug fixed
  • save method modified
  • Pixel size validation bug fixed
  • CLI structure modified
  • Test system modified
  • README.md updated

0.2 - 2026-07-27

Added

  • Lanczos algorithm
  • Bilinear algorithm
  • Bicubic algorithm
  • Logo

Changed

  • Test system modified
  • README.md updated

0.1 - 2026-07-14

Added

  • NearestNeighbor algorithm
  • pixelize function
  • Converter class
  • PixoraError class
  • PixoraImageError class
  • PixoraValidationError class

Download files

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

Source Distribution

pixora-0.3.tar.gz (14.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pixora-0.3-py3-none-any.whl (13.8 kB view details)

Uploaded Python 3

File details

Details for the file pixora-0.3.tar.gz.

File metadata

  • Download URL: pixora-0.3.tar.gz
  • Upload date:
  • Size: 14.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.14.7

File hashes

Hashes for pixora-0.3.tar.gz
Algorithm Hash digest
SHA256 4835f2c82e16422a7042b60f596b2386223d265e050a98127599b28ddce57faa
MD5 bb399ff12a3517226b81b0920a80d689
BLAKE2b-256 dabdde620ffc41d84b19a57da1305f5baff8b3551dbbe641ddd7b141e29a8ffb

See more details on using hashes here.

File details

Details for the file pixora-0.3-py3-none-any.whl.

File metadata

  • Download URL: pixora-0.3-py3-none-any.whl
  • Upload date:
  • Size: 13.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.14.7

File hashes

Hashes for pixora-0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 383a2e48b090392457a8d182bdc2ab0e84f3c8a9d2b2e56c7ff6d57e6fa67385
MD5 2d1e2b0e44a8479430636a467a9cdc36
BLAKE2b-256 11e221c9a364a8e4b0f28c13596e3ef20d97b176cbcac49b7dbf10a4f7bb6ef6

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.3 This release

2 files

0.2

2 files

0.1

2 files

0.0.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page