INVENTORY MANAGEMENT SYSTEM PYTHON CUSTOMTKINTER GUI PROJECT WITH SQLITE DATABASE

preview_player
Показать описание
This video explains how to create a modern Tkinter inventory management system with SQLite database in python using CustomTkinter.
-----------------------------------------
-----------------------------------------
To support the channel:
-----------------------------------------
Python Beginner Projects:

Python GUI Projects:

Python Quick Tutorials:

Image and Video Processing Questions and Answers:
----------------------------------------
00:00 Project Demo
1:49 Project Setup
2:41 Database Connection & Functions
5:35 Window
6:38 Labels & Entry Boxes & Buttons
9:35 Tree View
11:30 Insert Function
13:41 New Product Function
14:58 Insert Data To Tree view
16:57 Display Tree View Data In Entry Boxes
18:47 Update & Delete Functions
21:40 Creating Stock Bar Charts
25:00 Image Credit
Рекомендации по теме
Комментарии
Автор

Thanks a lot for this video. Accurate and very helpful. Good work!!!

ktrader
Автор

Thank, sir! I have got nice lesson as begginer.

SergejsDmitrijevs-jodu
Автор

Finally I 🎉 thank you was My first time

edgardomachado
Автор

ValueError: ['border_color', 'border_width'] are not supported arguments. Look at the documentation for supported arguments.

Can u help me sir ?

erseayd
Автор

how can i move the bar plot to another position ?

mufaromabaudi
Автор

Hello please help! how can I change to enter decimals (00.00) values. Thank you

edgardomachado
Автор

Good day, Sir.
I am very sorry. May you show me -how we can add treeview horizntal and vertical scrollbars.
Thank you very muxh in advance!

SergejsDmitrijevs-jodu
Автор

Hello There is a error promble show in up I cant find it
frame = customtkinter.CTkFrame(app, bg_color="#0A0B0C", fb_color="#1B1B21", corner_radius=10, border_width=2, border_color="#fff", width=200, height=370)
frame.place(x=25, y=45)

edgardomachado
Автор

Got an error
line 25, <in module>

unknown color name '#fff'

NurshibaAjijul-yswr
Автор

image1 =
image1_label = Label(frame, image=image1)
image1_label.place(x=65, y=5)
this is giving an error of tkinter.TclError: couldn't open "coffee.png": no such file or directory

saharbano
Автор

Hi! Please help. I keep getting getting this problem:

File 2\StudLab.py", line 20, in <module>
title_label = customtkinter.CTk(app, font = font_one, text = 'Student Details', text_color = '#fff', bg_color = '#0A0B0C')

File "C:\Users\lel0tss\AppData\Local\Programs\Python\Python311\Lib\site-packages\customtkinter\windows\ctk_tk.py", line 43, in __init__
check_kwargs_empty(kwargs, raise_error=True)
File "C:\Users\lel0tss\AppData\Local\Programs\Python\Python311\Lib\site-packages\customtkinter\windows\widgets\utility\utility_functions.py", line 18, in check_kwargs_empty
raise are not supported arguments. Look at the documentation for supported arguments.")
ValueError: ['font', 'text', 'text_color', 'bg_color'] are not supported arguments. Look at the documentation for supported arguments.

I've looked in the documentation you replied in another comment and checked. They are just the same, how will it work properly? Thanks in advance for the response.

leltss_hammiechi
Автор

id_entry = customtkinter.CTKEntry(frame, font=font2, text_color="#000", fg_color="#fff", border_color="#B2016C", border_width=2, width=160)
id_entry.place(x=20, y=105)

edgardomachado