initial commit

This commit is contained in:
2026-05-15 17:06:08 +01:00
commit 92097f8f37
9 changed files with 6694 additions and 0 deletions

16
readme.md Normal file
View File

@@ -0,0 +1,16 @@
# nowblinkie
generate dynamic blinkies to use on your website,
using the output of arbitrary commands.
## usage
1. install requirements: `pip install -r requirements.txt`
2. run: `python main/src.py [-c config-file] [-L]`.
## config
the provided [example config file](./config.toml) lists all the options that can be used.
the blinkie templates and the font
([curie](https://github.com/oppiliappan/curie))
required to render them are included in the repository.