This is a small python program that is using asciimatics package to animate the text. The code is taken from here.
To use it directly, run the following commands
python -m virtualenv env_animation
source env_animation/bin/activate
pip install -rrequirements.txt
python ./src/app.py
Press q to quit the animation.