Skip to main content

A totally practical command-line image editor

Project description

pypixelart: a keyboard-centered approach to pixel art

pypixelart-compressed

Features

pypixelart has many exciting functionalities, including

  • Editing pixels one at a time!
  • Saving images!
  • An undo function!
  • Vim keybindings by default!
  • A grid!

grid

  • Vertical and horizontal symmetry to draw the same pixel in two sides!

symmetry

  • Zoom !

zoom

To do:

  • A fill tool!
  • Cool image filters!
  • Color palette presets

Installation

Install the package with:

pip install pypixelart

Usage

Run with pypixelart.

You can also specify the file path and resolution: for example, to create a new image that is 20px wide and 10px tall you can use

pypixelart -f new_image.png -res 20,10

To get the full list of options:

$ pypixelart --help
Usage: pypixelart [OPTIONS]

Options:
  -f, --filepath PATH      Path for the file you want to open
  -res, --resolution TEXT  Image height and width separated by a comma, e.g.
                           20,10 for a 20x10 image. Note that no spaces can be
                           used.
  --help                   Show this message and exit.

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

pypixelart-0.1.0.tar.gz (50.8 kB view hashes)

Uploaded Source

Built Distribution

pypixelart-0.1.0-py3-none-any.whl (7.9 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