https://github.com/swanandx/art-scii
Dive into world of ascii art
https://github.com/swanandx/art-scii
Last synced: 3 months ago
JSON representation
Dive into world of ascii art
- Host: GitHub
- URL: https://github.com/swanandx/art-scii
- Owner: swanandx
- License: mit
- Created: 2021-03-28T12:41:37.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-01T10:20:57.000Z (about 4 years ago)
- Last Synced: 2025-02-28T20:15:15.958Z (4 months ago)
- Language: Python
- Size: 2.7 MB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ART-SCII
### Enjoy the world of ascii art
```
AA RRRR TTTTTT SSS CCC III III
A A R R TT S C I I
AAAA RRRR TT --- SSS C I I
A A R R TT S C I I
A A R RR TT SSSS CCC III III```
## What can it do? :art:

- Convert a local / from url image to ascii art.
- Play a video / gif in ascii art.
- See yourself live in ascii art using webcam.## Requirements :books:
- Pillow (PIL)
- OpenCV (cv2)
- Requests
- Time
- Argparse## Usage :crossed_swords:
- Image to ascii art `artscii.py -i image.png`
- Image from url : `artscii.py -u url`
- Video : `artscii.py -v video.mp4`
- webcam : `artscii.py -w`
- Set custom width and height for output (default W = 70) : `artscii.py -w -W 50 -H 50`
- Use more characters for shading : `artscii.py -i image.png -m`## TO-DO :telescope:
- Add audio support
- Improve error handeling
- Print characters in colour## Contributing :man_technologist:
Feel free to fork and issue pull requests. <3## Support :chart_with_upwards_trend:
Let me know if you like it <3.
Support in whatever way you can :trophy: