New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

scrolltext

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scrolltext

A little toy for scrolling text.

0.0.11
PyPI
Maintainers
1

Python application PyPI version

python-scrolltext

A little toy-like app for scrolling text in your favourite terminal.

There is a configuration file "~/.config/scrolltextrc" on UNIX systems and just scrolltextrc in the current directory when you are using it on a WINDOWS machine. If the config file is not yet existing, it can be created by passing the command line option: "-w"|"--write", like so:

scrolltext -w

Plain Terminal version

SCROLL_TEXT="Hello, world." scrolltext [linescroller]

Curses Version

SCROLL_TEXT="Hello, world." scrolltext cursestext

Scroll right-to-left reading text

Using SCROLL_DIRECTION=1 makes the text start scrolling from left-side of the terminal. This is used for right-to-left writing languages.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts