Let's watch the demo video first
Background
What is this about? why make this?
This is a beautiful art piece that has a touch of uniqueness as it looks at someone and is comprised of someone's very name. By hosting this art piece online(only visible in your home network), your loved one can check it anytime from anywhere which is kindof cool, and it serves as a perfect gift for your intimate ones.
Usage
- Convert any picture of your choice into a ASCII art with customizable character pattern(Chinese character/English/numbers etc.)
Dependencies
- Pillow
- numpy
- tkinter (optional)
- opencv-python (optional)
Example
With GUI
python3 t2g_GUI.py
Without GUI
python3 t2g_noGUI.py res/lisa2.jpg "大;张;锤" 300
Credit
Credit to https://github.com/MoYouNing/ImageToTxt for his work