The Scroll Art Museum

Scroll art lets beginner programmers turn loops and print() into animated ASCII art.

Contribute

Currently the Scroll Art Museum only has pieces from Al Sweigart. Email your contributions to al@inventwithpython.com. The SAM is meant to feature scroll art from many artists.

In your email, provide a link to the source code of your program (GitHub or another website).

I highly recommend you port your program to JavaScript and use the Textarea Terminal JS library so that it can be featured live on the SAM website. TAT JS allows you to treat a <textarea> HTML element as a terminal screen and provides a print() and sleep() method. Instructions can be found in the TAT JS readme.