Creating Desktop Applications with Tkinter and Python - Part 2
This is the second video of the series of creating an application with tkinter and Python. I am defining two functions: one will be used when pressing a button and another one for a keyboard event. The ultimate purpose of this app, which will receive contour in video 3, is to serve as a minimal (in terms of pixel-space) universal search bar.
This tutorial is mostly for those who have a basic understanding of python - past introduction. It is more like intermediate python. The code for tkapp2.py is available in the description: