An open API service indexing awesome lists of open source software.

https://github.com/degd/pie-pixel-painter

A pixel editor. Or more like a pixel painter
https://github.com/degd/pie-pixel-painter

gui gui-application painting-app pixel-art pixel-editor python python-3 tkinter tkinter-gui

Last synced: about 1 month ago
JSON representation

A pixel editor. Or more like a pixel painter

Awesome Lists containing this project

README

        

# pie-pixel-painter
A little pixel editing tool.

It's currently support only painting to canvas and creating new empty canvases.

Supported tools are painter, eraser, color picker and filler.

Uses `tkinter` and `ttk` as GUI libraries.

I made it to learn more about tkinter and GUI programming, as a whole.

## Requiriments:
Nothing except `Python3`.

## How to use it:
First, click the **GREEN CODE BUTTON** and choose **DOWNLOAD ZIP**.

Extract the zip to a folder.

Then double-click on `main.py` and that's it!