Tkinter Labels to display data from different sources like Excel , SQLite and MySQL student table

preview_player
Показать описание
00:00 Introduction and demo
00:43 Layout and Importing libraries
04:09 Reading data from sample Excel file using openpyxl
05:13 For loop to add data to Labels
12:48 Displaying excel data in Labels
14:10 Displaying SQLite database table data in Labels
15:23 Using try except code block to execute Query to get data from SQLite
18:44 Changing the connection to database to collect data from MySQL database

Download the Source code from here

Video Tutorial on dynamic creation of Labels

Download the sample student table in Excel

Download the sample student table SQL dump

Video tutorial on Openpyxl
Рекомендации по теме
Комментарии
Автор

Can I add a checkbutton at the beginning of each row of data, to facilitate an indicator which id to update and delete?

KelvinLoh-hz
Автор

please guide us how can i import excel data in my SQL database using tkinter.

md.alimulalrazi