tkinterweb


Nametkinterweb JSON
Version 3.24.6 PyPI version JSON
download
home_pagehttps://github.com/Andereoo/TkinterWeb
SummaryHTML/CSS viewer for Tkinter
upload_time2024-07-24 01:59:45
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseMIT
keywords tkinter tkinter tkhtml tkhtml tk html css webbrowser
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # TkinterWeb 
**A fast and lightweight cross-platform webbrowser for Tkinter.**

 
 
## Overview
**TkinterWeb offers bindings for the Tkhtml3 widget from http://tkhtml.tcl.tk/tkhtml.html, which enables loading HTML and CSS code into Tkinter applications.**

All major operating systems running Python 3+ are supported. 

 
 
## Usage

**TkinterWeb provides a webbrowser frame, a label widget capable of displaying styled HTML, and an HTML-based geometry manager.**

**TkinterWeb can be used in any Tkinter application. Here is an example:**
```
from tkinterweb import HtmlFrame #import the HTML browser
try:
  import tkinter as tk #python3
except ImportError:
  import Tkinter as tk #python2

root = tk.Tk() #create the tkinter window
frame = HtmlFrame(root) #create HTML browser

frame.load_website("http://tkhtml.tcl.tk/tkhtml.html") #load a website
frame.pack(fill="both", expand=True) #attach the HtmlFrame widget to the parent window
root.mainloop()
```

**Refer to the [GitHub home page](https://github.com/Andereoo/TkinterWeb)  for more information.**



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Andereoo/TkinterWeb",
    "name": "tkinterweb",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "tkinter, Tkinter, tkhtml, Tkhtml, Tk, HTML, CSS, webbrowser",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/27/68/7a108c1d18ea5b78d7ad03dfa8ae0b812826b0497f11dedf4d134abed567/tkinterweb-3.24.6.tar.gz",
    "platform": null,
    "description": "# TkinterWeb \n**A fast and lightweight cross-platform webbrowser for Tkinter.**\n\n \n \n## Overview\n**TkinterWeb offers bindings for the Tkhtml3 widget from http://tkhtml.tcl.tk/tkhtml.html, which enables loading HTML and CSS code into Tkinter applications.**\n\nAll major operating systems running Python 3+ are supported. \n\n \n \n## Usage\n\n**TkinterWeb provides a webbrowser frame, a label widget capable of displaying styled HTML, and an HTML-based geometry manager.**\n\n**TkinterWeb can be used in any Tkinter application. Here is an example:**\n```\nfrom tkinterweb import HtmlFrame #import the HTML browser\ntry:\n  import tkinter as tk #python3\nexcept ImportError:\n  import Tkinter as tk #python2\n\nroot = tk.Tk() #create the tkinter window\nframe = HtmlFrame(root) #create HTML browser\n\nframe.load_website(\"http://tkhtml.tcl.tk/tkhtml.html\") #load a website\nframe.pack(fill=\"both\", expand=True) #attach the HtmlFrame widget to the parent window\nroot.mainloop()\n```\n\n**Refer to the [GitHub home page](https://github.com/Andereoo/TkinterWeb)  for more information.**\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "HTML/CSS viewer for Tkinter",
    "version": "3.24.6",
    "project_urls": {
        "Homepage": "https://github.com/Andereoo/TkinterWeb"
    },
    "split_keywords": [
        "tkinter",
        " tkinter",
        " tkhtml",
        " tkhtml",
        " tk",
        " html",
        " css",
        " webbrowser"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6b5042542c0e5fb19710bee20442b05ac39f58827e740604f1328a06b543c2fb",
                "md5": "85376fae9bdc663d342cb0c2503a792f",
                "sha256": "755173afa4a26c13dc1e9cef80929e0e4f3f7e05216bc55dca90042c6eed55ba"
            },
            "downloads": -1,
            "filename": "tkinterweb-3.24.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "85376fae9bdc663d342cb0c2503a792f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 1426502,
            "upload_time": "2024-07-24T01:59:24",
            "upload_time_iso_8601": "2024-07-24T01:59:24.202355Z",
            "url": "https://files.pythonhosted.org/packages/6b/50/42542c0e5fb19710bee20442b05ac39f58827e740604f1328a06b543c2fb/tkinterweb-3.24.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3f7a5bc3fcb0324af7ac6faedd8d1325b5c3040af9badd2838d92316b93c4112",
                "md5": "77908208040d792835396701e01f115b",
                "sha256": "c2574a9e6202032fa89cc0084364a35cbe8094ba34b79dc4e1d40f9a742af26f"
            },
            "downloads": -1,
            "filename": "tkinterweb-3.24.6-py3-none-linux_armv7l.whl",
            "has_sig": false,
            "md5_digest": "77908208040d792835396701e01f115b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 282177,
            "upload_time": "2024-07-24T01:59:27",
            "upload_time_iso_8601": "2024-07-24T01:59:27.093257Z",
            "url": "https://files.pythonhosted.org/packages/3f/7a/5bc3fcb0324af7ac6faedd8d1325b5c3040af9badd2838d92316b93c4112/tkinterweb-3.24.6-py3-none-linux_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ae0ddd4fd0211cc327719692980b6826c16d5a5d1fb64a602ac3a01029543fed",
                "md5": "b87e89a6e10b1796e897d522664ef063",
                "sha256": "6fd37d7ec8f4c2cfdf3bab4b9f5423ebfa76a50032edce245b3b0e8a86b7ba44"
            },
            "downloads": -1,
            "filename": "tkinterweb-3.24.6-py3-none-macosx_10_6_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b87e89a6e10b1796e897d522664ef063",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 284104,
            "upload_time": "2024-07-24T01:59:29",
            "upload_time_iso_8601": "2024-07-24T01:59:29.327300Z",
            "url": "https://files.pythonhosted.org/packages/ae/0d/dd4fd0211cc327719692980b6826c16d5a5d1fb64a602ac3a01029543fed/tkinterweb-3.24.6-py3-none-macosx_10_6_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9edd52777d9638650404a115559e77a1f4c81f908f1e539221174af1ec959103",
                "md5": "aeb5d61785a63476abf3e0e6e2f5c0d1",
                "sha256": "2df2e84ab64db62f038e1c6974dc7c53156bd3fa228e88be20b25c788f2fe6e4"
            },
            "downloads": -1,
            "filename": "tkinterweb-3.24.6-py3-none-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "aeb5d61785a63476abf3e0e6e2f5c0d1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 260446,
            "upload_time": "2024-07-24T01:59:31",
            "upload_time_iso_8601": "2024-07-24T01:59:31.820593Z",
            "url": "https://files.pythonhosted.org/packages/9e/dd/52777d9638650404a115559e77a1f4c81f908f1e539221174af1ec959103/tkinterweb-3.24.6-py3-none-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a75dbf2e3532e77d27fcf964dee98bb73a1346dc208d2eaecf7ad3707bbdd8c3",
                "md5": "f4e6192e60078c79d714b0a946fa815a",
                "sha256": "3c553a978ac906558c03a26254757bba3d011d12b416b0fac8d7802599253ec1"
            },
            "downloads": -1,
            "filename": "tkinterweb-3.24.6-py3-none-manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "f4e6192e60078c79d714b0a946fa815a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 305853,
            "upload_time": "2024-07-24T01:59:34",
            "upload_time_iso_8601": "2024-07-24T01:59:34.209589Z",
            "url": "https://files.pythonhosted.org/packages/a7/5d/bf2e3532e77d27fcf964dee98bb73a1346dc208d2eaecf7ad3707bbdd8c3/tkinterweb-3.24.6-py3-none-manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3b8fd4b6a5df81888cb7dc1e6dd30aa75f8472356345aa429f79e05d24d1f8cc",
                "md5": "edbb8365ba410cee919059d5f7885212",
                "sha256": "48a6768db33e7edff19bf167f7a38c863686f9a5ebf36664a9ec8ac2d19540a2"
            },
            "downloads": -1,
            "filename": "tkinterweb-3.24.6-py3-none-manylinux1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "edbb8365ba410cee919059d5f7885212",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 301343,
            "upload_time": "2024-07-24T01:59:36",
            "upload_time_iso_8601": "2024-07-24T01:59:36.585658Z",
            "url": "https://files.pythonhosted.org/packages/3b/8f/d4b6a5df81888cb7dc1e6dd30aa75f8472356345aa429f79e05d24d1f8cc/tkinterweb-3.24.6-py3-none-manylinux1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ffc3736f33a07ed86df74a0be84ca40647b30d6f677f4018f94745bc9e6a5288",
                "md5": "f9ff942c93ffe9cd560c2c79c7465579",
                "sha256": "8d899ebf53c04df7501cc8eb3df9f7868ac6e67e91d79d7cd3d4a8a2524dd75b"
            },
            "downloads": -1,
            "filename": "tkinterweb-3.24.6-py3-none-win32.whl",
            "has_sig": false,
            "md5_digest": "f9ff942c93ffe9cd560c2c79c7465579",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 398252,
            "upload_time": "2024-07-24T01:59:39",
            "upload_time_iso_8601": "2024-07-24T01:59:39.025250Z",
            "url": "https://files.pythonhosted.org/packages/ff/c3/736f33a07ed86df74a0be84ca40647b30d6f677f4018f94745bc9e6a5288/tkinterweb-3.24.6-py3-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f686c18b92e2e24841a6782fa057aa82d57b879109b05348de198448be115863",
                "md5": "65881a51289a6e83f3e18e8fd604b609",
                "sha256": "8a4a5e5703f172fb7a438b04f3a723a01b6f12091aa44b1fcd568d75e318ab5f"
            },
            "downloads": -1,
            "filename": "tkinterweb-3.24.6-py3-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "65881a51289a6e83f3e18e8fd604b609",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 398738,
            "upload_time": "2024-07-24T01:59:41",
            "upload_time_iso_8601": "2024-07-24T01:59:41.498273Z",
            "url": "https://files.pythonhosted.org/packages/f6/86/c18b92e2e24841a6782fa057aa82d57b879109b05348de198448be115863/tkinterweb-3.24.6-py3-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "27687a108c1d18ea5b78d7ad03dfa8ae0b812826b0497f11dedf4d134abed567",
                "md5": "68db263abbf6203f8792a624b0e0b148",
                "sha256": "ad382d3e5b88c2ce0a3bd65fa7041867d2fe3dad6653f4b4d98e3c8c751d7e8c"
            },
            "downloads": -1,
            "filename": "tkinterweb-3.24.6.tar.gz",
            "has_sig": false,
            "md5_digest": "68db263abbf6203f8792a624b0e0b148",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1417411,
            "upload_time": "2024-07-24T01:59:45",
            "upload_time_iso_8601": "2024-07-24T01:59:45.668913Z",
            "url": "https://files.pythonhosted.org/packages/27/68/7a108c1d18ea5b78d7ad03dfa8ae0b812826b0497f11dedf4d134abed567/tkinterweb-3.24.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-24 01:59:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Andereoo",
    "github_project": "TkinterWeb",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "tkinterweb"
}
        
Elapsed time: 0.28909s