Skip to content

damian616/GPT-desktop-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intiate python environment

python -m venv venv 

Activate environment

venv\Scripts\activate

Install Tkinter

pip install tk 

Install openAI

pip install openai   

How to use?

Create new key following steps at https://platform.openai.com/account/api-keys

Run script

python app.py   

API key request prompt

Enter generated key and save

Key request prompt

User interfase

GUI window

About

simple python GPT chat GUI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors