Skip to content

Vbrawl/ChatGPTChatRoom

Repository files navigation


ChatGPTChatRoom
ChatGPTChatRoom

A minimal ChatGPT message client desktop app built using PySide6/Qt.

Static Badge Static Badge Static Badge Static Badge

Key FeaturesHow To UseSupportLicenseContact

Key Features

  • 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.

How To Use

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.py

Or 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.exe

Support

If you want to support us feel free send a donation:

Static Badge

License

MIT - License

Contact

Fiverr @vbrawl  ·  GitHub @vbrawl  ·  Email greninjagr@gmail.com

About

A chat-room for talking with chat GPT

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors