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 database, which we’ll download and install in this video.
Mysql is free and really easy to use with tKinter! We just need to download and install MySQL and a connector so that we can connect to it from out tKinter Python program.
Add comment