Python Tkinter Project - Restaurant Order system - Functionality Part2

preview_player
Показать описание
USEFUL LINKS:

0:00 Intro and Recap of Part 1
0:35 Menu Section - Functionality Overview
2:43 Menu Section - Display Function
5:55 Menu Section - Display Function - Adapting Dishframes
8:02 Add to Order Button - Functionality Overview
9:13 Add to Order Button - prices dictionnary
9:56 Add to Order Button - add function - Transaction Label Update
12:55 Add to Order Button - add function - Total Label Update
16:03 Add to Order Button - String Manipulation, wraplength and anchor for Transaction Label
17:55 Remove Button - Functionality Overview
18:43 - Remove Button - remove function
22:47 - Remove Button - Remove Function - split() output and manipulating a list with pop()
24:58 ORDER ID - Functionality Overview
26:15 ORDER ID - ORDER_ID() function - random package
29:56 Order Button - Functionality Overview
30:57 Order Button - order function - importing datetime packages
31:50 Order Button - order function - creating new strings and file manipulation
34:50 Order Button - updating widgets
Рекомендации по теме
Комментарии
Автор

Excellent! I have completed all your tutorial so far and have found them to be extremely useful. You have explained it very well. I particularly appreciate the finer details that many fail to mention thus stopping progress. Looking forward to future projects, perhaps a purchase order system using sqlite. Keep them coming, its a great help! Thank you.

davidpickering
Автор

Thank you,
I have already tried your first video.
Beautifully explained and the program is orderly and clearly structured.
regards

RouvimAvgoustakis
Автор

Thank you very much for that amazing tutorial series about the basics of Tkinter.
I had some trouble understanding a lot of stuff by just reading the documentation, and other tutorials weren't so good at explaining some essential details.
I'm a complete beginner in programming, but I finally finished my very first program by myself from initial planning to execution (very proud of myself xD).
I did some simple program that will help my girlfriend in her office job (redundant Excel data processing).
The program working as intended, but there is no graphic user interface right now.
Your tutorial didn't explore everything that I need for my project, but at least I have a good foundation now and I think, I'm ready to go tackle some new info (reading docs again =)) and finish creating that program =)

Looking forward for future content about programming from you.
I see that you have only 550 subs right now, but don't give up =)
I'm sure this channel can become a really good resource for a lot of people.

WhattheFoXPlay
Автор

Thanks bro, I like that you copy the code and then explain it. Best style. subscribed

lenz
Автор

Great video, you can also add scrollbar to the order section in case if person orders too many items.

armaghanahmad
Автор

Excellent Video !!!! I just have a question, does the customtkinter have the style function? because i didnt find, if not, how could i do the style configure in the CTK, could you help me? Thank you in advance

arthurrocha
Автор

Great video, Love your style of programming. Are you thinking of making the data dynamic, say with a database such as sqlite to provide that data, it would be a great next part.

bobblundell
Автор

What's new in customtkinter? Can you make a video about that too?

armaghanahmad
Автор

Why total is not adding for me, It remains 0$

MichealJebson
Автор

May it works if you make a list with each frame and when you click on one button it changes the selected button's frame and changes every other frames with a for loop?

_Yulico_