A Kid-Pix inspired paint program made with Pyxel, designed to teach children Python programming.
Bunny Pyx is a simple pixel art drawing application built with the Pyxel retro game engine. It features various drawing tools including:
- Pencil tool
- Brush tool
- Eraser
- Fill bucket
- Line tool
- Rectangle tool
- Circle tool
- Clear canvas
-
First, make sure you have Python installed (3.7 or newer)
-
Install Pyxel:
pip install pyxel
-
Clone or download this repository:
git clone https://github.com/yourusername/bunny-pyx.git cd bunny-pyx
Run the application with:
python bunny-pyx.py
- Mouse: Draw on the canvas
- Left-click: Select tools and colors, draw on the canvas
- Q key: Quit the application
- Toolbar: Located at the bottom of the screen
- Color Palette: Below the toolbar
- Brush Sizes: Located at the right side of the toolbar
bunny-pyx.py
- Main application codeassets/bunny-pyx.pyxres
- Pyxel resource file containing icons
- Python 3.7+
- Pyxel 1.4.3+