https://github.com/jsfraz/dev-random-static
Random TV static using /dev/random
https://github.com/jsfraz/dev-random-static
Last synced: 9 months ago
JSON representation
Random TV static using /dev/random
- Host: GitHub
- URL: https://github.com/jsfraz/dev-random-static
- Owner: jsfraz
- Created: 2025-08-28T10:21:06.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-08-28T10:29:07.000Z (10 months ago)
- Last Synced: 2025-08-28T17:38:36.336Z (10 months ago)
- Language: Python
- Homepage:
- Size: 2.99 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dev-random-static
Random TV static using `/dev/random`

```bash
python -m venv .venv/
source .venv/bin/activate
pip install -r requirements.txt
```