Learn Python TkInter: Build a World Flags Guessing Game Application step-by-step.

Поділитися
Вставка
  • Опубліковано 11 гру 2024

КОМЕНТАРІ • 10

  • @wordleSolver34734
    @wordleSolver34734 2 місяці тому

    Learn all the flags! great video, great learning app!

  • @Clapped_Fortnites
    @Clapped_Fortnites 2 місяці тому

    good video!

    • @SoftwareNuggets
      @SoftwareNuggets  2 місяці тому

      thanks. did you get this app working on your box?

  • @bleedingrx1079
    @bleedingrx1079 2 місяці тому

    Why do i have error: self.button1 = tk.Button(self.root, text="Button 1", width=40, command=lambda: self.check_answer(0))
    ^^^^^^^^^^^^^^^^^^^^
    line 313, in check_answer
    if 0

    • @SoftwareNuggets
      @SoftwareNuggets  2 місяці тому +1

      Hey @bleedingrx1079, what version of Python are you using? I am using 3.11.5
      Check out my github account for a new version of this program. Look for the file called: flagsV2.py
      Here is a link to that file:
      github.com/softwareNuggets/Python_Shorts/blob/main/LearnCountryFlags/flagsV2.py
      Please let me know if this fixes your issue.
      Scott

    • @bleedingrx1079
      @bleedingrx1079 Місяць тому

      ​@@SoftwareNuggets Yessirr it works, turns out that was my fault(stupid), anyways, thanks for help!

    • @SoftwareNuggets
      @SoftwareNuggets  Місяць тому +1

      @bleedingrx1079,
      Fixing errors builds your problem-solving muscles. Embrace these struggles - they're opportunities to grow. The expertise you're gaining now will serve you throughout your entire career. So, you got the app to work on your computer?

    • @bleedingrx1079
      @bleedingrx1079 22 дні тому

      @@SoftwareNuggets I'm sorry for late answering. I completely agree with u, without errors we couldn't gain any experience. And of course it works! Thanks for your worries

    • @SoftwareNuggets
      @SoftwareNuggets  22 дні тому

      @bleedingrx1079 so you got the app working? Did you add any features?