An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# dev-random-static

Random TV static using `/dev/random`

![Screenshot](screenshot.png)

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

```