Table of Contents:
This is a Pixel Editor (don't use this for a professional career, trust me), made in Python. The editor is able to handle some tasks including:
- Managing different colors.
- Drawing/Erasing from the drawing board.
- Saving images and loading drawing projects.
- Managing interactive & animated Buttons.
- Scaling the board to your screen size.
This project is no longer in-development. But that doesn't mean it won't receive some updates.
To be able to run Pixel Editor, you need to have Pygame & PySimpleGUI installed on your computer.
NOTE: Messing with directories may cause some unforeseen consequences...
-
Clone the repository:
git clone https://github.com/Carbon32/py-pixel.git
-
Install all necessary libraries:
pip install pygame pip install PySimpleGUI
Changes made on: 02/12/2023
- Better documentation
Distributed under the MIT License. See LICENSE
for more information.