Update CLAUDE.md to reflect FreeSimpleGUI usage

This commit is contained in:
Claude 2026-01-02 20:33:30 +00:00
parent b76db81575
commit 156bcbb52f
No known key found for this signature in database

View file

@ -20,7 +20,7 @@
- **Language**: Python 3.9+ (recommended 3.11+) - **Language**: Python 3.9+ (recommended 3.11+)
- **AI Provider**: Perplexity API (sonar-pro model) - **AI Provider**: Perplexity API (sonar-pro model)
- **Chat Protocol**: Twitch IRC - **Chat Protocol**: Twitch IRC
- **GUI Framework**: PySimpleGUI - **GUI Framework**: FreeSimpleGUI 5.1+ (community fork, no license required)
- **Platform**: Windows-native (no Linux tools required) - **Platform**: Windows-native (no Linux tools required)
## Project Structure ## Project Structure
@ -68,12 +68,11 @@ eugen/
### Dependencies ### Dependencies
``` ```
perplexity-python-client==1.0.0
irc==20.1.0 irc==20.1.0
python-dotenv==1.0.0 python-dotenv==1.0.0
PySimpleGUI==4.60.0 FreeSimpleGUI==5.1.1
requests==2.31.0 requests==2.31.0
httpx # For async API calls httpx==0.25.0
``` ```
### Environment Variables (.env) ### Environment Variables (.env)