Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/milouk/pixel-canvas
- Owner: milouk
- License: apache-2.0
- Created: 2017-05-22T17:48:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-13T10:04:03.000Z (5 months ago)
- Last Synced: 2024-06-13T12:55:58.068Z (5 months ago)
- Topics: art, canvas, matplotlib, pixel-art, pixels, python3, random
- Language: Python
- Size: 8.79 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!