No description
- Python 98.5%
- Dockerfile 1.5%
|
Some checks failed
Build and push to GHCR / build (push) Has been cancelled
|
||
|---|---|---|
| .github/workflows | ||
| demo.gif | ||
| Dockerfile | ||
| easter.py | ||
| README.md | ||
🐰 Easter Telnet Animation
ASCII art Easter animation served over telnet. A decorated egg cracks open, a bunny emerges, hops across a field of flowers and mini eggs, and finishes with a "Happy Easter! / God påske!" finale — all in 80×24 characters with ANSI color.
Quick Start
python3 easter.py
Run as a Telnet Server (Docker/Podman)
podman build -t easter .
podman run -p 2323:23 easter
Then connect:
telnet localhost 2323
Each connection gets its own animation. When it finishes, the connection closes.
Requirements
- Local: Python 3.6+ (stdlib only, zero dependencies)
- Container: Alpine + ucspi-tcp6 (handled by the Dockerfile)
