Create a ChatGPT A.I. Bot With Tkinter

Create a ChatGPT A.I. Bot With Tkinter

Register & Get access to index

Satoru Gojo

Well-known member
Moderator
Uploader
Jun 6, 2022
2,197
395,612
82
Satoru Gojo submitted a new resource:

Create a ChatGPT A.I. Bot With Tkinter - Learn to Connect Your Python Apps To ChatGPT The Fast And Easy Way!

5078268-8934-2.jpg
Learn to Connect Your Python Apps To ChatGPT The Fast And Easy Way!

Description​

In this course I'll teach you how to make graphical user interfaces for Python using TKinter, and how to connect those apps to the ChatGPT Artificial Intelligence API. You'll be surprised just how quickly you can create some pretty cool looking apps!

We'll use Python, Tkinter, and CustomTkinter to build a cool Chatbot app that connects...

Read more about this resource...
 
  • Like
Reactions: jasminvictoria23

dikk

Well-known member
TutFlixer
Sep 8, 2020
827
6,902
52
eu
This course is well... I just went thru it a few days ago, tkinter usage is very low, and chatgpt use is literally one api call only in the whole "course".

Only thing I learned from it is customtkinter which seems & looks nice (but incomplete).

Nothing said about grid / pack geometry managers and how to make the gui nice, nothing about the single threaded nature of the tkinter / python code which freezes when you call into an external api, etc.

I just pimped it a bit with some asyncio code ( this one:
Please, Log in or Register to view URLs content!
) but you can try using threading as well, probably that would work too.
 
Last edited:

Latest resources