update readme

This commit is contained in:
Oliver Atkinson 2024-02-22 13:35:36 -07:00
parent 148b464d27
commit e6296fcb49

View File

@ -0,0 +1,7 @@
# Web Text Roller
A python css generator for rotating through lines of text in order.
Invoke as such: (For generating the code for 5 lines of text)
```bash
python generate.py 5
```