Skip to content

Instantly share code, notes, and snippets.

@CodeLongAndProsper90
Last active June 13, 2020 22:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CodeLongAndProsper90/2583dfbaa47da22cb5fc12ef09752e89 to your computer and use it in GitHub Desktop.
Save CodeLongAndProsper90/2583dfbaa47da22cb5fc12ef09752e89 to your computer and use it in GitHub Desktop.
ASCIIMations installer 1.0.0
wget https://raw.githubusercontent.com/CodeLongAndProsper90/asciimations/master/ascii-mini.py -O asciimations.py
touch main.py
echo -e "import asciimations\n$(cat main.py)" > main.py
mkdir frames
touch frames/{1, config}.txt
echo 'all:1' > frames/config.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment