In this video I’ll show you how to use tKinter entry widgets to create input boxes for our CRM tool so that we can type in data that we want to save to our MySQL database.
I’ll also show you how to create a button that clears all the input boxes, and a button that submits our data to the database itself.
We’ll also write the code that commits the changes to the database.
I’ll also spend a minute or two showing you how to alter your table to add more columns.
Add comment