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
- Host: GitHub
- URL: https://github.com/degd/pie-pixel-painter
- Owner: degD
- License: mit
- Created: 2022-07-19T19:25:48.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-12T11:48:27.000Z (over 2 years ago)
- Last Synced: 2023-07-31T12:38:09.923Z (almost 2 years ago)
- Topics: gui, gui-application, painting-app, pixel-art, pixel-editor, python, python-3, tkinter, tkinter-gui
- Language: Python
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!