dougollerenshaw / CodeAIde

A tool for interactively building and running code with AI
MIT License
2 stars 1 forks source link

Switch to pyqt #12

Closed dougollerenshaw closed 1 month ago

dougollerenshaw commented 1 month ago

Lots of refactoring to switch from tkinter to pyqt. Aesthetics are improved, in my opinion. Chat messages are how formatted as html.

InputArea class (in input_area.py) is now subsumed by ChatWindow class, simplifying structure and reducing files

prompt_utils.py changes to general_utils.py