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...
Video
In this video we’ll create the actual database for our CRM project. We’ll also start to build out the table where we’ll store most of the information...
In this video we’ll start to build a crm (Customer Relationship Manager) database tool with Python for Tkinter. For this project we’ll use the MYSQL...
Using Matplotlib charts and graphs in Tkinter is SUPER easy to do! I’ll show you how, using numpy, matplotlib, python, and tkinter in this video! To use numpy and...
Let’s add a zipcode lookup form to our Air Quality Weather App with Python and tKinter! Before now we just had our zipcode hard-coded into the app. But what if you...
In this video we’ll change the color of our tkinter air quality weather app based on the actual air quality. So if the air quality is “Good” the app...
In this video we’ll start to build a Weather App with Python and Tkinter. We’ll connect to a third party API to grab our weather data, pull it into our app...
How to Update A Record With SQLite. In this series I’ll show you how to create graphical user interfaces for Python with Tkinter. In this video I’ll show you...
Update A Record With SQLite. In this series I’ll show you how to create graphical user interfaces for Python with Tkinter. In this video I’ll show you how to...
How to Delete A Record From Our Database with Python. In this series I’ll show you how to create graphical user interfaces for Python with Tkinter. In this video...
Building Out The GUI for our Database App. In this video we’ll begin to build out the graphical user interface (GUI) for our database app with Tkinter. We’ll...
How to Use Use Databases With TKinter. In this video I’ll start to show you how to use the SQLite3 database with Tkinter. Sqlite is a cool free database that comes...