Python Tkinter Project - Restaurant Order system - Functionality Part2

Поделиться
HTML-код
  • Опубликовано: 9 ноя 2024

Комментарии • 20

  • @davidpickering6071
    @davidpickering6071 2 года назад +3

    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.

  • @RouvimAvgoustakis
    @RouvimAvgoustakis 9 месяцев назад

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

  • @WhattheFoXPlay
    @WhattheFoXPlay Год назад +1

    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.

    • @ThinkingThroughCode
      @ThinkingThroughCode  Год назад

      Thank you so much ! Super cool comment and I really hope you find what you need. Currently working on more content coming soon !

  • @mihaibr206da
    @mihaibr206da Год назад +1

    the best of the best of the best .

  • @le0nz
    @le0nz Год назад

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

  • @armaghanahmad1249
    @armaghanahmad1249 Год назад +1

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

  • @bobblundell8595
    @bobblundell8595 2 года назад +3

    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.

    • @ThinkingThroughCode
      @ThinkingThroughCode  2 года назад

      Hey ! Thank you for commenting and that is a great suggestion ! This project was more to englobe what I previously taught but I do certainly have plans for sqlite ! :)

  • @arthurrocha818
    @arthurrocha818 Год назад +1

    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

  • @digitalmachine0101
    @digitalmachine0101 8 месяцев назад

    Good information

  • @armaghanahmad1249
    @armaghanahmad1249 Год назад +1

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

  • @_Yulico_
    @_Yulico_ 2 года назад +1

    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?

    • @ThinkingThroughCode
      @ThinkingThroughCode  2 года назад +1

      Hello there, thank you for commenting by the way. I am a little confused by the for loop aspect of your question. when you click on a button you can associate a function to its command option to change a frame's color yes, even if the button itself is contained within that frame.

    • @_Yulico_
      @_Yulico_ 6 месяцев назад

      ​@@ThinkingThroughCode with the for loop i meant hate the frames insie an array and with a inside a function with a for loop changing the colour, the font or something else, like:
      for Frame_ in FrameList:
      Frame_.config(bg="#ff0000")
      and yeah it works!
      also teste with buttons inside an array and works too

  • @MichealJebson
    @MichealJebson 7 месяцев назад

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

  • @NaimatullahBalouch-c9d
    @NaimatullahBalouch-c9d 11 месяцев назад

    Sir show the code

    • @ThinkingThroughCode
      @ThinkingThroughCode  11 месяцев назад +1

      Hey, the code is on the github link in the description of the video