Polish project for public release

- Add requirements.txt with Python dependencies
- Add MIT LICENSE file
- Add screenshot for README
- Expand README with better documentation:
  - Quick start with git clone
  - Configuration example
  - Compatible receivers list
  - Custom backgrounds section
  - Credits section
- Update CONFIG.md:
  - Fix Quick Start checklist (add pip install step)
  - Add systemd service instructions for auto-start
- Remove CLAUDE.md from documentation list (dev-only file)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
root
2026-01-20 12:46:47 -08:00
parent 9cb0f42205
commit 6d33550081
5 changed files with 158 additions and 25 deletions

2
requirements.txt Normal file
View File

@@ -0,0 +1,2 @@
aiohttp>=3.8.0
netifaces>=0.11.0