An open API service indexing awesome lists of open source software.

https://github.com/tech-chad/text-scrolling

Text scrolling acrossing the screen in the command line using Python3 and Curses.
https://github.com/tech-chad/text-scrolling

curses python3 screensaver scrolling text

Last synced: over 1 year ago
JSON representation

Text scrolling acrossing the screen in the command line using Python3 and Curses.

Awesome Lists containing this project

README

          

# text-scrolling
Text scrolling across the screen on the command line using python3 and curses.

```text-scrolling "Enter your text here"```

### Commands
- **Qq** To quit
- **0 to 9** Change the speed. 0-Fast, 4-Default, 9-Slow
- **c** Cycle through solid colors
- **r** Random color mode
- **C** Cycle through text background colors
- **d** Reset to default mode
- **b** Bold text
- **i** Italic text (might not work on every terminal)
- **u** Underline text (might not work on every terminal)
- **f** Flash/blink text (might not work on every terminal)