Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 550 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 550 Bytes

Pixel Canvas

This app generates a random pixel canvas of the color the user picks.

Features

User can :

  • Pick color.
  • Pick dimensions.
  • Save the file in whatever format he likes.

How to Use

To use this application you need to:

  • Install Python 3 from here
  • Clone the repo : https://github.com/milouk/Pixel-Canvas.git
  • Install : matplotlib and numpy

Then open the command line and cd to the pixel_canvas.py directory and type python3.6 pixel_canvas.py and enjoy!