https://github.com/kyle-west/billboard.py
Display an ANSII Marquee of Text in the terminal
https://github.com/kyle-west/billboard.py
Last synced: 3 months ago
JSON representation
Display an ANSII Marquee of Text in the terminal
- Host: GitHub
- URL: https://github.com/kyle-west/billboard.py
- Owner: kyle-west
- Created: 2023-05-09T12:40:34.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-10T20:35:00.000Z (about 2 years ago)
- Last Synced: 2025-01-10T04:24:12.750Z (5 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ASCII Billboard
Print a billboard message to the terminal. Rotates like a marquee.
```
git clone https://kylewest.dev/g/billboard.py
cd billboard.py
bash install.shmain.py 'Hello World'
```