Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brandon-rhodes/scrawler
ASCII art animation library for Python
https://github.com/brandon-rhodes/scrawler
Last synced: 2 months ago
JSON representation
ASCII art animation library for Python
- Host: GitHub
- URL: https://github.com/brandon-rhodes/scrawler
- Owner: brandon-rhodes
- Created: 2017-12-04T01:50:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-24T21:39:53.000Z (about 7 years ago)
- Last Synced: 2024-11-06T18:45:50.210Z (3 months ago)
- Language: Python
- Size: 11.7 KB
- Stars: 65
- Watchers: 7
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- my-awesome-github-stars - brandon-rhodes/scrawler - ASCII art animation library for Python (Python)
README
# Scrawler
An ASCII art animation library
that I am assembling from the ideas
in my 2017 opening keynote at the North Bay Python conference:https://www.youtube.com/watch?v=rrMnmLyYjU8
Scrawler is small, but you can try it out with:
git clone [email protected]:brandon-rhodes/scrawler.git
cd scrawler
python3 -m scrawler.examples.zenNote that some terminals are better for animation than others.
The venerable `xterm` is quite poor,
and animations run inside of it will flicker incessantly.
But I have not observed any flickering
when running my animations in a terminal launched with:xfce4-terminal --hide-menubar
You can run Scrawler’s tests with:
python3 -m unittest discover