From 156bcbb52ff1c261547f4bc1fa92ced0dd17196a Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 2 Jan 2026 20:33:30 +0000 Subject: [PATCH] Update CLAUDE.md to reflect FreeSimpleGUI usage --- CLAUDE.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index aeb2bf5..d484d94 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -20,7 +20,7 @@ - **Language**: Python 3.9+ (recommended 3.11+) - **AI Provider**: Perplexity API (sonar-pro model) - **Chat Protocol**: Twitch IRC -- **GUI Framework**: PySimpleGUI +- **GUI Framework**: FreeSimpleGUI 5.1+ (community fork, no license required) - **Platform**: Windows-native (no Linux tools required) ## Project Structure @@ -68,12 +68,11 @@ eugen/ ### Dependencies ``` -perplexity-python-client==1.0.0 irc==20.1.0 python-dotenv==1.0.0 -PySimpleGUI==4.60.0 +FreeSimpleGUI==5.1.1 requests==2.31.0 -httpx # For async API calls +httpx==0.25.0 ``` ### Environment Variables (.env)