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.
- Host: GitHub
- URL: https://github.com/tech-chad/text-scrolling
- Owner: tech-chad
- License: mit
- Created: 2022-05-28T12:28:27.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-29T02:17:09.000Z (almost 4 years ago)
- Last Synced: 2025-01-12T19:44:54.673Z (over 1 year ago)
- Topics: curses, python3, screensaver, scrolling, text
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)