Metadata-Version: 2.4
Name: tpxl
Version: 0.1.0
Summary: A keyboard-first terminal pixel editor
Author: Krish Lamsal
License-Expression: MIT
Keywords: terminal,cli,image,editor,pixel,graphics
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: End Users/Desktop
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Multimedia :: Graphics
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click
Requires-Dist: numpy
Requires-Dist: opencv-python
Dynamic: license-file

# TPXL

**TPXL** is a keyboard-first terminal pixel editor.

## Features

Originally based on **cmdpxl** by Jieruei Chang, it has been extensively modernized and expanded with features including:

- Brush sizes
- Zoom
- Redo
- Eyedropper
- Improved status bar
- Transparency checkerboard
- Modern Python compatibility
- Additional editing tools

## Installation

Install the package with:

```

pip install tpxl

```

## Usage

Run with `tpxl`

## Credits

The original **cmdpxl** created by Jieruei Chang can be found on GitHub [here](https://github.com/knosmos/cmdpxl)
