Skip to content

Carbon32/charbrush

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pixel Editor:


Table of Contents:
  1. About
  2. Installation
  3. Contributors
  4. Changelog
  5. License

About:

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.

Installation:

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...

  1. Clone the repository:

    git clone https://github.com/Carbon32/py-pixel.git
  2. Install all necessary libraries:

    pip install pygame
    pip install PySimpleGUI

Contributors:

PySimpleGUI

Changelog:

Changes made on: 02/12/2023

  • Better documentation

License:

Distributed under the MIT License. See LICENSE for more information.