Skip to content

Files

Latest commit

391c1ef · Nov 26, 2024

History

History
28 lines (17 loc) · 591 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 591 Bytes

Doomsday Dispatcher

Doomsday Dispatcher is a radio program. Content is generated using current and past events. New content follows a clear goal and program for a radio and podcast format. Everything else is generated and to some extent random.

Workflow

workflow

Get started

Create and activate a Virtual Environment

python -m venv ddd_venv
source ddd_venv/bin/activate

Install Libraries

pip3 install -r requirements.txt

Run code...

Maintenance

Run python manage_dependencies.py to update the python library dependencies.