Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 710 Bytes

File metadata and controls

29 lines (21 loc) · 710 Bytes

ASCII GIF Viewer

Demo

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!

Table of Contents

Features

  • 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.

Usage

  1. Run the script:
    python ascii_gif_viewer.py

Installation

pip install pillow requests