#tkinter #python3 #GUI #tutorial
First of all sorry for the bad audio quality, I don't have a mic :(
Here you will learn about complete tkinter tutorial in python3. Tkinter in python3 is a library/ module to make/build GUI (graphical user interface) applications. Tkinter is named as tkinter in python3 and we have used python3 to make the examples. We can make complex GUI applications by integrating the tkinter code wisely.
Here is the github repository for the codes in this tutorial:
https://github.com/Jimut123/tkinter
Here are more tutorials :
1. https://www.python-course.eu/python_t... :: the codes are heavily borrowed from this site
2. https://tkdocs.com/ :: you can refer to tkdocs for more references.
3. https://www.tutorialspoint.com/python... :: here is also a good tutorial in tkinter
check this project done by me : https://github.com/Jimut123/basic_exc...