No description
- Python 100%
| reactorlogs | ||
| reactorlogs.egg-info | ||
| __init__.py | ||
| dregen.txt | ||
| pyproject.toml | ||
| README.md | ||
reactorlogs
reactorlogs is a small CLI package that simulates a real-time terminal printout of
reactor event logs. Perfect for your riec
Features
- Replays log lines using parsed
H:MM:SStimestamps. - Supports time compression with
--speed. - Supports typewriter-style printing with
--char-delay. - Includes a bundled default log file (
dregen.txt).
Installation
Editable install (local development)
pip install -e .
Standard install
pip install .
Console script
reactorlogs
Module execution
python -m reactorlogs
Custom examples
reactorlogs
# loop
reactorlogs --loop