tkhtmlview icon indicating copy to clipboard operation
tkhtmlview copied to clipboard

Display HTML with Tkinter ;)

Results 10 tkhtmlview issues
Sort by recently updated
recently updated
newest added

# Description: I would like to request an upgrade to the Pillow dependency in tkhtmlview. Currently, tkhtmlview relies on Pillow version >=9.4.0,=10.0.1 or a higher version. Pillow v10.0.1 includes an...

todo :spiral_notepad:

Provide a way to bind links to a custom function so we can decide what happens when the link is clicked

I am testing an HTMLScrolledText widget. I want to be able to select text so that I can copy it to the clipboard. But none of the standard selection methods...

enhancement
todo :spiral_notepad:

The codebase being forked from another project, the project has too much complexity making it hard to maintain and improve. Rewriting it from scratch but still making it backwards compatible...

todo :spiral_notepad:

Writing tests for tkinter applications seems very complicated and under-documented. Need to find a way to do that.

help wanted
todo :spiral_notepad:

Anaconda Distribution's Tkinter package has some issues regarding Tkinter package (https://github.com/ContinuumIO/anaconda-issues/issues/6833), which they don't intend to fix. ### Their reply to the issue I meantioned above: https://github.com/ContinuumIO/anaconda-issues/issues/6833#issuecomment-351363320 > No we...

Hi! Thanks a lot for this widget, it helped a lot! I have a small issue with the img tag. When I try to use the width param to resize...

Hey, thanks for tkhtmlview, its a simple option to create a small "Readme" in my program. Iam a Python beginner and Iam trying since 3 hours to reduce the space...

enhancement

The METADATA file in tkhtmlview-0.3.1-py3-none-any.whl has the following. `Requires-Dist: Pillow (>=10,=10,10 but I see no data on the upper version number. ``` building 'PIL._webp' extension gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g...

The HTML tag supports images embedded directly into src attribute using base64 encoding, see for example [this question on SO](https://stackoverflow.com/questions/8499633/how-to-display-base64-images-in-html). I've added that trivial functionality to the parser since I...