Metadata-Version: 2.4
Name: scrollart
Version: 0.1.0
Summary: Scroll art is moving ASCII art produced by stdout text printed from a loop, "animated" as the text scrolls up the terminal.
Author: Al Sweigart
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.2
Description-Content-Type: text/markdown

# Scroll Art

Scroll art is moving ASCII art produced by stdout text printed from a loop, "animated" as the text scrolls up the terminal.

"Scroll art" was coined by Al Sweigart. The simplicity of scroll art means that it's useful as a programming project for beginners. Scroll art can be made in any programming language. This package contains a large collection of scroll art, as well as functions for creating your own scroll art. You can see examples of scroll art at https://scrollart.com

## Quickstart

Install the `scrollart` package by running `pip install scrollart` and view the demos by running `python -m scrollart`.

