Creating Tooltips with Tkinter

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

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

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

    I really like that it's customizable. Thank you for sharing!

  • @mauriciorestrepo7799
    @mauriciorestrepo7799 4 หลายเดือนก่อน

    Thank you! Works perfectly on macOS 12.7.5, Python 3.12.2

  • @montagetm
    @montagetm 10 หลายเดือนก่อน +2

    It works very inconsistently, sometimes the tooltip pops up and sometimes it doesnt

  • @LivingALife2022
    @LivingALife2022 7 หลายเดือนก่อน

    Great, but how can I add a tooltip to a rectangle on an image label, instead of a button or directly to a label?

  • @LivingALife2022
    @LivingALife2022 7 หลายเดือนก่อน

    The idea of this library is good but execution is not so effective. I need to stalk the labels I added the ToolTip to continuously, and hover back and forth over the border until the TooTip shows up eventually. Afterwards, it works more as expected but not without intermittent details.

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

    I get this error when trying :ModuleNotFoundError: No module named 'tktooltip';
    Can you help me?

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

      You need to install the library before using it. It's not part of the Tkinter library. Did you run the install command in the start?

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

      @CodersLegacy I didn't saw the underscore symbol, thanks