Skip to main content

A totally practical command-line image editor

Project description

cmdpxl: a totally practical command-line image editor

ezgif com-gif-maker (2)

Features

cmdpxl has many exciting functionalities, including

  • Editing pixels one at a time!
  • Saving images!
  • An undo function!
  • A fill tool!
  • Cool image filters!

Installation

Install the package with:

pip install cmdpxl

Usage

Run with cmdpxl.

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

cmdpxl -f new_image.png -res 20,10

To get the full list of options:

$ cmdpxl --help
Usage: main.py [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.

Examples

Here are some images that have been created with cmdpxl. If you have any images you'd like to share, please open a pull request or create an issue.

image image image image

Why?

Good question.

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

cmdpxl-0.1.8.tar.gz (9.2 kB view hashes)

Uploaded Source

Built Distribution

cmdpxl-0.1.8-py3-none-any.whl (8.8 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