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
- Host: GitHub
- URL: https://github.com/fredi-python/chattk
- Owner: fredi-python
- Created: 2023-03-11T08:24:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-11T09:04:44.000Z (over 2 years ago)
- Last Synced: 2025-02-14T13:41:27.118Z (9 months ago)
- Language: Python
- Size: 18.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ChatTK
## Simple ChatGPT GUI in tkinter and the revChatGPT python package
https://github.com/acheong08/ChatGPT

# 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
[](https://star-history.com/#fredi-python/ChatTK&Date)