How to make a Calculator in Python using tkinter

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

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

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

    Thank you so much! This was so concise and helpful, exactly what I was looking for!

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

      Glad it was helpful! You're so welcome! Thanks for your feedback and support which gives me a lot of energy to continue.

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

    Great

    • @Koolac
      @Koolac  ปีที่แล้ว

      Thanks for your feedback. So happy you liked the video.

  • @TheNamesJamesCove
    @TheNamesJamesCove ปีที่แล้ว

    sick video dude
    underrated

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

    ty i was having trouble with this task

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

      Glad to hear that. Thanks for your feedback. It's nice of you.

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

    Thanks for that video 👌

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

      My pleasure! Many thanks for your support.

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

    how to run the program

    • @Koolac
      @Koolac  ปีที่แล้ว

      Using Python. If you want to learn how to install it, check out recent videos. There is a video on how to install Python and PyCharm.

  • @sreeharijinuraj5959
    @sreeharijinuraj5959 ปีที่แล้ว

    Text widget shows ".!text... " when I click buttons.

  • @adichong4416
    @adichong4416 ปีที่แล้ว

    i cant find the correct source code in the telegram link

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

    why did write lambda and you turn a function to it ?

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

      Could you please provide specific timestamp for your question?

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

      @@Koolac yes sure when?

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

      @@Koolac He is talking about 5:39
      I guess "command" is not a positional argument, so you need to assign a value to it, but why not say « command= add_to_field(1) » instead of the actual « command= lambda : add_to_field(1) »
      I never used lambda functions so idk how it works and if what's done here is the primary use of lambda functions

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

    Thank you

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

      You're welcome.
      Thank you for your feedback.
      I am very sorry for my late reply. I hope you will not be upset by this delay.

  • @t-bonefb_1612
    @t-bonefb_1612 ปีที่แล้ว

    bro my code is exactly like yours but when i run my code its a white box

    • @Koolac
      @Koolac  ปีที่แล้ว

      So you've made a mistake. Check the code. Pay attention to lower case and upper case and ...