A minimal ChatGPT message client desktop app built using PySide6/Qt.
Key Features • How To Use • Support • License • Contact
- Save Sessions
- You can save your funny and informative chats.
- Multiline Texts - Use Shift/Ctrl + Enter.
- While you type, the text editor will expand to allow you to write multiline text.
- Easy sending
- You can easily send texts using the Enter key.
- Reset Session
- You can easily reset the session from the options menu.
You can download the latest executable version of ChatGPTChatRoom if you are on Windows.
Otherwise you can use the source code:
# Clone this repo and move to it
$ git clone https://github.com/vbrawl/ChatGPTChatRoom
$ cd ChatGPTChatRoom
# Create a virtual environment (Optional but recommended)
# I'm using miniconda3 so these are the command I use:
$ conda create --name ChatGPTChatRoom python=3.12
$ conda activate ChatGPTChatRoom
# Install all dependencies of the app
$ pip install -r requirements.txt
# Build the UI
$ pyside6-uic mainwindow.ui -o ui_mainwindow.py
# Run the app
$ python MainWindow.pyOr you can compile your own executable:
# Clone this repo and move to it
$ git clone https://github.com/vbrawl/ChatGPTChatRoom
$ cd ChatGPTChatRoom
# Create a virtual environment (Optional but recommended)
# I'm using miniconda3 so these are the command I use:
$ conda create --name ChatGPTChatRoom python=3.12
$ conda activate ChatGPTChatRoom
# Install all dependencies of the app
$ pip install -r requirements.txt
# Build the executable
$ cd build
$ ./make-exe.bat
# Run the executable
$ cd dist
$ ./ChatGPTChatRoom.exeIf you want to support us feel free send a donation:
MIT - License
Fiverr @vbrawl · GitHub @vbrawl · Email greninjagr@gmail.com
