Create A Chatbot GUI Application With Tkinter - Python Tutorial

preview_player
Показать описание
In this Python Tutorial we build a GUI application with Tkinter for a chatbot.

Get my Free NumPy Handbook:

Resources:

Credits:

Timeline:
00:00 - Intro
01:07 - Project setup
02:52 - Chat bot explanation
08:10 - GUI implementation
35:30 - Final Testing

~~~~~~~~~~~~~~~ CONNECT ~~~~~~~~~~~~~~~

~~~~~~~~~~~~~~ SUPPORT ME ~~~~~~~~~~~~~~

Icons:

#Python #Tkinter

----------------------------------------------------------------------------------------------------------
* This is a sponsored link or an affiliate link. By clicking on it I may receive a provision (dependent on the link). You will not have any additional costs, instead you will support me and my project. Thank you so much for the support! 🙏
Рекомендации по теме
Комментарии
Автор

Thank you, was actually looking for this, your original chatbot tutorial was the best I've found on YouTube so this is very much appreciated! :D

elonsechelon
Автор

What an awesome tutorial. I love your prowess when it comes to using already existing modules and methods.

nwokolobueze
Автор

Your chatbot tutorial was absolutely brilliant! I am grateful for the knowledge you shared with us. I gained a lot of valuable insights and feel confident in my ability to create a chatbot now. Thank you for your guidance and expertise.

this.is.nimishka
Автор

This is great. My first application with Tkinter, made it easy to follow along and great explanations!

chaseo
Автор

Wow.... Nice and new style of tutorial

CodeWithTomi
Автор

This is a great tutorial - thanks!! Do you have any guidance on connecting this to a DB to get the intents? Would be great to see :)

charliescott
Автор

This is a beautiful tutorial, Thanks a lot for sharing mate !!

sourabhjadhav
Автор

thank you! this has helped me twice already

minsugar
Автор

Thank you sir.
U just completed the UI part for PyTorch bot.
That bot helped me alot in learning!

mohit
Автор

Thank you sir!! Actually I was finding exactly this kind of video. 🎉❤❤

arijitbanerjee
Автор

I appreciate affords you took to explain all the concepts thoroughly that very useful to make a chatbot....but I just want to know how can I add it to my website .

sakshideshpande
Автор

Perfektes timing, wollte gerade genau das für eine Projektarbeit machen :D

erichelbig
Автор

Hi. Could you please make a tutorial on how to create a streamlit GUI for this Ai chatbot?

ugjitej
Автор

I watched your PlayList about the ChatBot with Python, my question is, how can i make it so the chatbot also considers the context of the chat when calculating the intent, for example if you talked alot about the intent/topic of food like this for example: "Hey what can you tell me about the list of dishes that your restaurant serves" "Answer" "What is the most expensive one?"

Sliver
Автор

how can i integrate the chatbot to telegram

hrithikhazarika
Автор

i have followed all the steps, but it is showing that get response and bot name are not accessable....could you be able to tell me whats the problem because i have tried all the silitions available online but i am unable to resolve the issue.

ridaali
Автор

I tried everything about unable to convert it to application.... everytime I get error no module name json

himanshupatil
Автор

can you upload the "app.py" file in github?

rajivram
Автор

I love your videos, they ve been a great help for me! Do you have any tutorials or info on how to make one of these chatbots with an ordering system and storing info given to the chatbot in a database?I would be willing to pay for such a tutorial :)

roxyc
Автор

hello, Patrick
I have a question:
self.msg_entry = Entry(bottom_label, bg="#2C3E50", fg=TEXT_COLOR, font=FONT)
self.msg_entry.place(relwidth=0.74, relheight=0.06, rely=0.008, relx=0.011)

why the relheight equals to
In my opinion, relheight means the relative height to the parent container, which is bottom_label,
so the relheight should be 0.9 or 0.8??? I think 0.06 is too small.
I can't understand, looking forward to your reply, thanks

hardyben