File: examples.rst

package info (click to toggle)
python-tktooltip 3.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,172 kB
  • sloc: python: 416; makefile: 16
file content (15 lines) | stat: -rw-r--r-- 405 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Examples
=========

Color changer
--------------

.. image:: ../assets/animations/color-changer.gif
        :alt: tkinter-tooltip logo
        :align: center

A demo showcasing ``tkinter-tooltips``'s ability to integrate with ``tkinter`` themes,
and generate dynamic tooltips, in this case the RGB and HEX color values of the figures main color.

.. include:: ./../examples/color_changer.py
    :literal: