Skip to main content

A little toy for scrolling text.

Project description

Python application

python-scrolltext

Plain Terminal version

SCROLL_TEXT="Hello, world." scrolltext

You can select the line via SCROLL_LINE variable. Negative values are counting from bottom to top, e.g. the following selects the 2nd last line in the current terminal:

SCROLL_TEXT="Hello, world." SCROLL_LINE=-2 scrolltext

Curses Version

SCROLL_TEXT="Hello, world." scrolltext cursestext

This will create a logfile: 'cursesscroller.log' in the current directory.

Example (earlier versions)

SCROLL_TEXT="Hello, world." python -m scrolltext.linescroller

SCROLL_TEXT="Hello, world." python -m scrolltext.cursestext

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

scrolltext-0.0.6.tar.gz (16.9 kB view hashes)

Uploaded Source

Built Distribution

scrolltext-0.0.6-py3-none-any.whl (18.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page