Lookup All Customers CRM - Python Tkinter GUI Tutorial #31

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ต.ค. 2024

ความคิดเห็น • 30

  • @Codemycom
    @Codemycom  4 ปีที่แล้ว

    ▶️ Watch Entire Tkinter Playlist ✅ Subscribe To My TH-cam Channel:
    bit.ly/2UFLKgj bit.ly/2IGzvOR
    ▶️ See More At: ✅ Join My Facebook Group:
    Codemy.com bit.ly/2GFmOBz
    ▶️ Learn to Code at Codemy.com
    Take $22 off with coupon code: youtube

  • @arivuraje336
    @arivuraje336 4 ปีที่แล้ว +3

    Thanks for sharing this .was looking for this actually

    • @Codemycom
      @Codemycom  4 ปีที่แล้ว +1

      Sure thing :-)

  • @brookyil3519
    @brookyil3519 4 ปีที่แล้ว +1

    As long as you keep saying " which is insaaanely cheaap' I will always click like button :)

  • @petruorigen5993
    @petruorigen5993 4 ปีที่แล้ว +2

    Hi, can you do one video where to show how is possible to sort treeview database by date in asc.
    and if you want, how to print to the printer the database showed in treeview or some way?

  • @vincenzo3292
    @vincenzo3292 3 ปีที่แล้ว

    Great series. Am building a Covid infection data and rates tool for my employer, and need to use a GUI. One question, line 92 - that function - I am assuming I could pull data from a csv file (that the program downloads and saves to active directory) instead of sql. Thanks

  • @TechWithSabri
    @TechWithSabri 4 ปีที่แล้ว +1

    perfect sir thank you so much
    we are waiting you

  • @vladimirpajovic3010
    @vladimirpajovic3010 2 ปีที่แล้ว

    Great video. Can you please tell me how you created dark title bar?

    • @Codemycom
      @Codemycom  2 ปีที่แล้ว +1

      Those are just my Windows settings.

  • @williamditto6364
    @williamditto6364 4 ปีที่แล้ว

    These videos are awesome! Question: if i wanted to limit the results to 10 records in the display, where could I put something like while num < =10 ? I've tried numerous places and I am not getting the correct results. I would prefer not to use fetchmany.

    • @Codemycom
      @Codemycom  4 ปีที่แล้ว

      Thanks! It's been a while since I wrote this code, I couldn't tell you where to loop but it should be pretty easy..

  • @adrielbradley6677
    @adrielbradley6677 4 ปีที่แล้ว

    In another video you used Toplevel() to make a new window instead of Tk(). Does it make a difference which is used?

    • @Codemycom
      @Codemycom  4 ปีที่แล้ว

      Yes and no...depending on what you want to use the second window for. But mostly..no it probably doesn't matter.

  • @Gorkh_Lee
    @Gorkh_Lee 4 ปีที่แล้ว

    I need to make same kind of GUI window application but I donot need to get information from the database. I just need to manually enter it and I need to export it in excel file and an YAML file how would I do that?

  • @rjwren79
    @rjwren79 3 ปีที่แล้ว

    say i still want entry boxes for first and last name, but in treeview I want last and first name in the same column formatted like this "Last Name, First Name". How can i do that?

    • @Codemycom
      @Codemycom  3 ปีที่แล้ว

      You control how anything is output in the treeview...just switch it to whatever you want

  • @iosifabramov254
    @iosifabramov254 3 ปีที่แล้ว

    Thanks man

    • @Codemycom
      @Codemycom  3 ปีที่แล้ว

      You're welcome!

  • @victorortiz1651
    @victorortiz1651 3 ปีที่แล้ว

    why when i try to do the "text=x[5] + ' ' + x[1]" i get the error TypeError: unsupported operand type(s) for +: 'int' and 'str

    • @Codemycom
      @Codemycom  3 ปีที่แล้ว +1

      one of the things you're tying to smoosh together is an integer and the other is a string. You can't + two different types like that. Try converting one or the other to a string

    • @victorortiz1651
      @victorortiz1651 3 ปีที่แล้ว +1

      @@Codemycom Thank you for your answer! im going through your tutorials, 1 by 1, and im in ##36 where you teach how to do this, next month i will totally pay for your subscription, if you teach this good i definelly want in

    • @Codemycom
      @Codemycom  3 ปีที่แล้ว

      @@victorortiz1651 awesome

  • @huqapani6515
    @huqapani6515 4 ปีที่แล้ว

    in the list_customer function the other window is not trigger

    • @Codemycom
      @Codemycom  4 ปีที่แล้ว

      check your code for errors

  • @chrisgettier6409
    @chrisgettier6409 2 ปีที่แล้ว

    nice

  • @gopikrishna7814
    @gopikrishna7814 4 ปีที่แล้ว +1

    Plss solvee the problemss on leetcode by using python and explain us from scratch