A beautifully designed, lightweight desktop chatbot powered by OpenAIβs GPT API. Built with β€οΈ in Python using the CustomTkinter GUI framework. GPT Lite is perfect for users who want a minimal, fast, and local chat experience with modern UI and offline chat storage.
- π¬ Clean Chat Interface with chat history and session switching
- π Dark / Light Mode toggle with smooth theme switching
- πΎ Local Chat Saving using
zlib+pickle(compact & fast) - π Inline Renaming of Chats like ChatGPT
- π Sidebar Toggle, multiple sessions
- π Welcome Screen with typing animation
- βοΈ Settings Panel with theme customization
- π Data saved in
%APPDATA%\GPTLite - π Secure API Key Input (stored in local AppData)
- βοΈ Compiling/building of the executable and release
-
Clone the Repository
git clone https://github.com/Blitzdevdaddy/gpt-lite cd gpt-lite
