• Stars
    star
    101
  • Rank 336,124 (Top 7 %)
  • Language
    Python
  • Created about 2 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A small fun project to give tribute to the "Oldik 🥂" meme. Converts GIFs to ASCII Frames and animates them.


Oldik
Oldik

A small fun project to give tribute to the "Oldik 🥂" meme.

screenshot

To Contribute

  1. Add your frames to frames.py. You can use https://www.text-image.com/convert/ascii.html to convert images to frames.
  2. Import it from the frames/__init__.py
  3. Import it from oldik.py.
  4. Add your imported frame to the VERSION_TO_FRAMES dictionary. It has to map to a version name. For example, Uzbekistan maps to piyola frames..
  5. Or specify path for your gif without any headaches :)
  6. That's it.

How To Use

To clone and run this application, you'll need Git installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/rahmonov/oldik.git

# Go into the repository
$ cd oldik

# Install dependencies
$ pip install -r requirements.txt

# Run the app
$ python oldik.py

# Try other options
$ python oldik.py --version=uzbekistan

# Try with gifs
$ python oldik.py --path=images/cheers.gif