An open API service indexing awesome lists of open source software.

https://github.com/fredi-python/chattk

ChatGPT GUI in tkinter
https://github.com/fredi-python/chattk

Last synced: 5 months ago
JSON representation

ChatGPT GUI in tkinter

Awesome Lists containing this project

README

          

# ChatTK
## Simple ChatGPT GUI in tkinter and the revChatGPT python package
https://github.com/acheong08/ChatGPT

![image](https://user-images.githubusercontent.com/83492589/224473942-f49af203-78b2-4344-a50e-2a28da61aef1.png)

# Installation
## Installation with git
```
git clone https://github.com/fredi-python/ChatTK.git
cd ChatTK
python3 -m pip install --upgrade -r requirements.txt
```
## Alternative instructions
1. download the zip-file: https://github.com/fredi-python/ChatTK/archive/refs/heads/main.zip
2. unzip it
3. open a terminal in the unzipped folder, and type:
```
python3 -m pip install --upgrade -r requirements.txt
```

# Usage
### Before you run it edit the main.py and change the email and password
open a Terminal in the ChatTK folder, and type:
```
python3 main.py
```
# Contributors



# Star History
[![Star History Chart](https://api.star-history.com/svg?repos=fredi-python/ChatTK&type=Date)](https://star-history.com/#fredi-python/ChatTK&Date)