Thanks for your interest!
python -m venv .venv
# Windows
.venv\Scripts\activate
# macOS / Linux
source .venv/bin/activate
pip install -r requirements.txt
python ccmi.py- Keep PRs focused and small where possible.
- If adding features, update README.md and mention them in RELEASE_NOTES.md.
- No secrets in code or tests. API keys must be provided at runtime only.
- Provide steps to reproduce and your OS/Python version.
- Attach screenshots if the problem is visual (UI/Qt).