Build a CRM Tool With Treeview And Database - Python Tkinter GUI Tutorial
Codemy.com Codemy.com
237K subscribers
49,457 views
1.1K

 Published On Mar 23, 2021

In this video I'll show you how to create a CRM Tool using Treeview and the SQLite Database (or any database you like) with Tkinter and Python!

In this video we'll build out the GUI of our App using the Treeview. We'll set the colors, columns, and use some dummy data while starting out. We'll make the rows of the Treeview widget striped.

We'll also build a panel of text boxes that will allow us to add or update data, and we'll build a row of buttons that will do different things in the future.


#codemy #tkinter

Timecodes
0:00​​ - Introduction

2:45 - Add Style For Treeview
3:04 - Set The Treeview Theme
3:25 - Configure The Treeview Colors
4:17 - Change Selected Color Of Treeview
5:11 - Create Treeview Frame
5:45 - Create A Treeview Scrollbar
6:19 - Create The Treeview
7:04 - Configure The Treeview Scrollbar
7:47 - Define Treeview Columns
8:25 - Format Treeview Columns
11:00 - Create Treeview Headings
12:40 - Create Fake Data
13:04 - Create Striped Treeview Rows
13:40 - Add Data To Treeview
17:19 - Add Record Entry Boxes
21:20 - Add Buttons
24:50 - Conclusion

show more

Share/Embed