PYPAINT is a simple pixel drawing application built with Pygame. It allows you to create 32x32 pixel art by painting individual pixels on the canvas.
- Pixel Drawing: Paint individual pixels on the canvas using a variety of colors.
- Eraser Tool: Erase pixels to create intricate pixel art designs.
- Save Your Art: Export your masterpiece as a PNG image to save and share.
- Python 3.x
- plyer
- Pygame library
-
Clone the repository:
https://github.com/FatinShadab/PyPaint.git
-
Install Pygame:
pip install pygame
-
**Install Plyer
pip install plyer
-
Navigate to the project directory:
cd PyPaint
-
Run the
App.py
file located inside thesrc
folder:python src/App.py
- Navigate to the app/windows folder.
- Run the
PYPAINT.exe
executable.
If you'd like to contribute to PYPAINT, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature-name
). - Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature/your-feature-name
). - Open a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.