https://github.com/utnaf/asciimage
Takes an image and outputs it's ASCII art representation.
https://github.com/utnaf/asciimage
ascii ascii-art ascii-art-representation image
Last synced: about 2 months ago
JSON representation
Takes an image and outputs it's ASCII art representation.
- Host: GitHub
- URL: https://github.com/utnaf/asciimage
- Owner: utnaf
- Created: 2018-03-13T21:54:19.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-15T16:59:38.000Z (about 5 years ago)
- Last Synced: 2025-02-07T13:50:14.173Z (3 months ago)
- Topics: ascii, ascii-art, ascii-art-representation, image
- Language: Python
- Homepage:
- Size: 2.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/utnaf/asciimage)
## ASCIImage
This is an exercise I made to learn some Python. It's actually my first Py code ever, so bear with me ;)
## Wat
It takes an image and prints on terminal it's ASCII color art representation.
## How
Install requirements
```bash
pip install -r requirements.txt
```
Run the script
```bash
python asciimage.py -l test.jpg
```or use the `-u` option to get the image from the web
```bash
python asciimage.py -u https://avatars1.githubusercontent.com/u/1318539?s=460&v=4
```Your browser should open and show someting like this:

### Various
Feel free to contribute, comment, suggest, cry, smile, or whatever you do when you see something awesome :)Still work in progress, I have some ideas for this that I will implement when I have some time. Thanks for stopping by anyway!