Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/milouk/pixel-canvas


https://github.com/milouk/pixel-canvas

art canvas matplotlib pixel-art pixels python3 random

Last synced: about 14 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Pixel Canvas

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.

## Features

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.

## How to Use

Follow these steps to use Pixel Canvas:

1. Install Python 3. You can download it from the official [Python website](https://www.python.org/).
2. Clone the Pixel Canvas repository using the following command: `git clone https://github.com/milouk/Pixel-Canvas.git`
3. Install the required Python libraries: `matplotlib` and `numpy`. You can do this by running `pip install matplotlib numpy` in your terminal.
4. Navigate to the directory containing `pixel_canvas.py` using the command `cd path_to_directory`.
5. Run the application with the command `python3 pixel_canvas.py`.

Enjoy creating your own pixel canvases!