Update CLAUDE.md to reflect FreeSimpleGUI usage
This commit is contained in:
parent
b76db81575
commit
156bcbb52f
1 changed files with 3 additions and 4 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue