Convert and display animated GIFs as ASCII art in the command prompt (CMD). Choose local files or URLs for viewing. A fun and unique way to enjoy your favorite GIFs!
- Display animated GIFs as ASCII art.
- Support for local GIF files and online URLs.
- Adjustable width for the CMD window.
- Dynamic resizing and aspect ratio adjustment.
- Interruptible (Ctrl+C) to stop animations.
- Utilizes Pillow (PIL) and requests libraries.
- Run the script:
python ascii_gif_viewer.py
pip install pillow requests