Skip to content

milouk/Pixel-Canvas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages