Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mozancetin/image-to-ascii-art
The title is self-explanatory.
https://github.com/mozancetin/image-to-ascii-art
ascii ascii-art image-to-ascii pillow pyqt5 python python3
Last synced: 7 days ago
JSON representation
The title is self-explanatory.
- Host: GitHub
- URL: https://github.com/mozancetin/image-to-ascii-art
- Owner: mozancetin
- License: mit
- Created: 2021-03-05T17:30:10.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-19T13:31:41.000Z (almost 4 years ago)
- Last Synced: 2024-11-09T08:41:13.720Z (2 months ago)
- Topics: ascii, ascii-art, image-to-ascii, pillow, pyqt5, python, python3
- Language: Python
- Homepage:
- Size: 47.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Image-to-ASCII-Art
The title is self-explanatory.# Requirements
- Pillow Module for Python3
- PyQt5 and PyQt-tools for Python3
- `pip install pillow`
- `pip install pyqt5`
- `pip install pyqt5-tools`# File to Run
- program.pyw# Test
See test.txt file# Program
![](program.png)# A Little Explanation
- Size: Bigger is better. The larger it is, the larger the image in the text file. Resolution also increases.
- Ratio: Smaller is better. This value is for the vertical length of the picture to be created not to be longer than normal.# Best Settings
`Size: 1000 Ratio: 0.2``Size: 150 Ratio: 0.3`
# Important Note
The larger the size part, the larger the picture, and probably only a small part of the picture will be visible in the text file when it exceeds a certain value. ***Zoom out in your text editor to see the whole picture.***