Gif-to-ASCII is a command-line tool that converts GIF images into ASCII art. This tool takes a GIF file as input and produces an ASCII representation of the animation, displaying it in the terminal.
- Converts GIFs to ASCII art
- Supports animated GIFs
- Customizable frame width and height
- Python 3.x
- Pillow library
- Clone the repository:
git clone https://github.com/yourusername/gif-to-ascii.git
- Install the required dependencies:
pip install pillow