In this video I’ll show you how to overwrite and delete labels created with .grid. In the last video, we looked at deleting labels that had been created using ...
Video
In this video I’ll show you how to remove labels from your tKinter app with pack_forget() and destroy(). Once you put a label on the screen of your tKinter app, it...
In this video I’ll show you how to turn your Python tKinter program into a standalone executable exe file that you can share with your friends, or sell on your...
Yesterday I announced a sweapstakes to give away a Codemy membership. In this video we’ll write some code to randomly select our winner! HINT: I picked more than...
In this video I’ll show you how to resize an entry box by height (instead of by width). I’ll also show you how to delete whatever was typed into the box when...
In this video we’ll continue where we left off in the last video and update our MySQL database for our customer records for our Python and tKinter CRM app. In this...
In this video we’ll start to build out the functionality to Update a Record in th MySQL database for CRM tool using TKinter and Python. So we can search customers...
In this video we’ll modify our search function to return multiple search results. For instance, if we search for someone with the last name Elder, if there are...
In this video we’ll create a drop down box to search our CRM program for customers based on different database columns. In the last video, we searched by last name...
In this video well learn how to look up customers in our CRM program by their last name. We’ll create a new window that has a search function that lets us type in...
In this video I’ll show you how to export your customer database from our CRM to an Excel file that you can open and play with. We’ll use the csv module that...
In this video we’ll look up all the customers in our database and put the results in a new tkinter window for our crm tool. I’ll show you how to create a new...