Skip to content

Commit

Permalink
refactor: restructure project and improve code quality
Browse files Browse the repository at this point in the history
- Move main GUI logic to src/gui.py
- Create separate files for image generation and utilities
- Improve error handling and type annotations
- Enhance code readability and maintainability
- Add Pillow dependency for image metadata handling
  • Loading branch information
rtuszik committed Aug 22, 2024
1 parent ab26b83 commit fcf166d
Show file tree
Hide file tree
Showing 5 changed files with 213 additions and 173 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ PyQt6==6.7.1
replicate==0.31.0
python-dotenv==1.0.1
token_count==0.2.1
pillow==10.4.0
Loading

0 comments on commit fcf166d

Please sign in to comment.