Tic Tac Toe Using Tkinter Python part 1 :Creating Tkinter Gui and adding click effect

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

КОМЕНТАРІ • 24

  • @briannjoroge7367
    @briannjoroge7367 3 роки тому +1

    which part of the code manages the display of either 'x' or 'o' when a player plays? my code is working but it doesn't display the symbols

  • @Divyaagehlot
    @Divyaagehlot Рік тому

    On grid word error is coming what to do !? Plz help me I have my assignment

  • @matteol1174
    @matteol1174 4 роки тому +1

    It doesn’t work, it is saying that Button1 (b1) is not define in the function... any idea to show a ‘X’ or a ´O’ when I’m clicking on the button ? ( I’ m working on EduPython)

    • @karakajal
      @karakajal 4 роки тому

      I am also facing the same issue ...

    • @karakajal
      @karakajal 4 роки тому

      Did you got any solution??

    • @shomratahamed4336
      @shomratahamed4336 4 роки тому

      Same issue @I_know_Python Please help?

  • @shomratahamed4336
    @shomratahamed4336 4 роки тому +1

    It doesn’t work, it is saying that
    File "/tmp/114177300/main.py", line 164
    b1=Button(root,width=20,hight=10,command=Lambda: define_sign(1))
    ^
    SyntaxError: invalid syntax
    using(glot.io)

    • @Iknowpython
      @Iknowpython  4 роки тому +1

      bro just look at the spelling of height

  • @priyanshupadeliya9399
    @priyanshupadeliya9399 3 роки тому

    thank bro for your lecture it helped me a lot

  • @gagandeshmukh3136
    @gagandeshmukh3136 5 років тому +1

    Which software is used here for code???

  • @anish029
    @anish029 4 роки тому

    from where i get the source code of this project?

  • @mrbeasttamil1761
    @mrbeasttamil1761 4 роки тому

    how to repeat the game again ?

  • @subhasmitanayak4759
    @subhasmitanayak4759 3 роки тому +1

    Please add the source code

  • @siddhantkhare1659
    @siddhantkhare1659 5 років тому

    Pls Add Source Code In DEscription like u did in your prev. videos !

  • @scoopydevy
    @scoopydevy 4 роки тому

    how to add png file on button because it is very small x,y

    • @Iknowpython
      @Iknowpython  4 роки тому

      you can increase the height of button by using height and width parameter , you can learn more from this article : www.tutorialspoint.com/python/tk_button.htm

  • @satoshinakamoto171
    @satoshinakamoto171 4 роки тому

    alot of white noise in the background. fix it

  • @edwarddejong8025
    @edwarddejong8025 5 років тому

    I recently wrote the same game in the Beads language (new, nobody has heard of it), and it is significantly prettier, shorter, and easier to read than the Python version. Please check it out...
    github.com/magicmouse/beads-examples/tree/master/Example%20-%20Tic-Tac-Toe

  • @AniketKumar-bm8gi
    @AniketKumar-bm8gi 5 років тому

    Awesome

  • @kvnagendra5354
    @kvnagendra5354 5 років тому

    Source code