Pixel Canvas is an application that generates a random pixel canvas based on user preferences. Users can select a color, specify the dimensions of the canvas, and save the generated image in their preferred format.
With Pixel Canvas, you can:
- Choose a color for your pixel canvas.
- Specify the dimensions of your canvas.
- Save the generated image in any format you prefer.
Follow these steps to use Pixel Canvas:
- Install Python 3. You can download it from the official Python website.
- Clone the Pixel Canvas repository using the following command:
git clone https://github.com/milouk/Pixel-Canvas.git
- Install the required Python libraries:
matplotlib
andnumpy
. You can do this by runningpip install matplotlib numpy
in your terminal. - Navigate to the directory containing
pixel_canvas.py
using the commandcd path_to_directory
. - Run the application with the command
python3 pixel_canvas.py
.
Enjoy creating your own pixel canvases!