purgeclock

PurgeClock

A retro sci-fi CRT clock, weather terminal, and emergency environmental purge alarm console built in Python. Designed to run directly on the Raspberry Pi Linux framebuffer (/dev/fb0) from the console or TTY without an X11/Wayland desktop environment.

Console Preview

Features

Quick Start

```bash

1. Install Pygame

sudo apt-get update sudo apt-get install -y python3-pygame

2. Grant framebuffer permissions

sudo usermod -a -G video $USER

3. Run the console

python3 purgeclock.py –fullscreen