{ "info": { "author": "Paolo Gurisatti", "author_email": "paolo@fastmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# tk_html_widgets\nHTML widgets for tkinter\n\n## Overview\nThis module is a collection of tkinter widgets whose text can be set in HTML format.\nA HTML widget isn't a web browser frame, it's only a simple and lightweight HTML parser that formats the tags used by the tkinter Text base class.\nThe widgets behaviour is similar to the PyQt5 text widgets (see the [PyQt5 HTML markup subset](http://doc.qt.io/qt-5/richtext-html-subset.html)).\n\n## Installation\n``pip install tk_html_widgets``\n \n## Requirements\n - [Python 3.4 or later](https://www.python.org/downloads/) with tcl/tk support\n - [Pillow 5.3.0](https://github.com/python-pillow/Pillow)\n\n## Example\n```python\nimport tkinter as tk\nfrom tk_html_widgets import HTMLLabel\n\nroot = tk.Tk()\nhtml_label = HTMLLabel(root, html='