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

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

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.sh

main.py 'Hello World'
```