{"id":2985707,"url":"https://amol-mandhane.github.io/htmlPy","last_synced_at":"2025-08-09T22:32:39.560Z","repository":{"id":8937539,"uuid":"10670267","full_name":"amol-mandhane/htmlPy","owner":"amol-mandhane","description":"htmlPy is a wrapper around PySide's QtWebKit library. It helps with creating beautiful GUIs using HTML5, CSS3 and Javascript for standalone Python applications.","archived":true,"fork":false,"pushed_at":"2018-06-15T11:51:19.000Z","size":53,"stargazers_count":468,"open_issues_count":0,"forks_count":86,"subscribers_count":31,"default_branch":"master","last_synced_at":"2024-12-06T19:12:33.793Z","etag":null,"topics":["css","gui","html","javascript","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/amol-mandhane.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.txt","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-06-13T16:17:07.000Z","updated_at":"2024-07-08T18:16:22.000Z","dependencies_parsed_at":"2022-09-04T15:23:36.960Z","dependency_job_id":null,"html_url":"https://github.com/amol-mandhane/htmlPy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amol-mandhane%2FhtmlPy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amol-mandhane%2FhtmlPy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amol-mandhane%2FhtmlPy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amol-mandhane%2FhtmlPy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amol-mandhane","download_url":"https://codeload.github.com/amol-mandhane/htmlPy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229332973,"owners_count":18056651,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css","gui","html","javascript","python"],"created_at":"2024-01-31T02:51:20.238Z","updated_at":"2024-12-12T04:30:57.702Z","avatar_url":"https://github.com/amol-mandhane.png","language":"Python","readme":"\u003ch1\u003ehtmlPy\u003c/h1\u003e\n\u003ch4\u003eHTML5-CSS3-Javascript based GUI library in Python\u003c/h4\u003e\n\u003ca href=\"https://travis-ci.org/amol-mandhane/htmlPy\" class=\"badges\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://img.shields.io/travis/amol-mandhane/htmlPy/master.svg\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://pypi.python.org/pypi/htmlPy/\" class=\"badges\" target=\"_blank\"\u003e\n    \u003cimg style=\"max-width:100%;\" src=\"https://img.shields.io/pypi/v/htmlPy.svg\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://pypi.python.org/pypi/htmlPy/\" class=\"badges\" target=\"_blank\"\u003e\n    \u003cimg style=\"max-width:100%;\" src=\"https://img.shields.io/pypi/dm/htmlPy.svg\"\u003e\n\u003c/a\u003e\n\u003cbr\u003e\u003cbr\u003e\n\n\u003cp\u003ehtmlPy is a wrapper around \u003ca href=\"https://pyside.org/\" target=\"_blank\"\u003ePySide\u003c/a\u003e's QtWebKit library. It helps with creating beautiful GUIs using \u003cb\u003eHTML5, CSS3 and Javascript\u003c/b\u003e for standalone Python applications. It is built on \u003ca href=\"http://qt.io/\" target=\"_blank\"\u003eQt\u003c/a\u003e which makes it highly \u003cb\u003ecustomizable and cross-platform\u003c/b\u003e. htmlPy is compatible with both \u003cb\u003ePython2 and Python3\u003c/b\u003e. It can be used with any python library or environment like \u003ca href=\"https://www.djangoproject.com/\" target=\"_blank\"\u003edjango\u003c/a\u003e, \u003ca href=\"http://flask.pocoo.org/\" target=\"_blank\"\u003eflask\u003c/a\u003e, \u003ca href=\"http://www.scipy.org/\" target=\"_blank\"\u003escipy\u003c/a\u003e, \u003ca href=\"http://virtualenv.readthedocs.org/\" target=\"_blank\"\u003evirtualenv\u003c/a\u003e etc. You can use front-end libraries and frameworks like \u003ca href=\"http://getbootstrap.com/\" target=\"_blank\"\u003ebootstrap\u003c/a\u003e, \u003ca href=\"http://jquery.com/\" target=\"_blank\"\u003ejQuery\u003c/a\u003e, \u003ca href=\"http://jqueryui.com/\" target=\"_blank\"\u003ejQuery UI\u003c/a\u003e etc. and create GUIs for your applications in no time.\u003c/p\u003e\n\n\u003ch2\u003eDocumentation\u003c/h2\u003e\n\u003cp\u003eThe documentation is hosted at \u003ca href=\"http://htmlpy.readthedocs.org/\"\u003ehttp://htmlpy.readthedocs.org/\u003c/a\u003e. It contains \u003cb\u003einstallation instructions, tutorials, reference guide\u003c/b\u003e, compatibility details, and more.\u003c/p\u003e\n\n\u003ch2\u003eExample\u003c/h2\u003e\n\u003ctable style=\"width: 150%; margin-left: -25%;\"\u003e\n    \u003ctr\u003e\n        \u003ctd\u003e\n        \u003ch3\u003eBack-end \u003cbr\u003e \u003csmall class=\"typewriter\"\u003eback_end.py\u003c/small\u003e\u003c/h3\u003e\n        \u003cpre\u003e\n            \u003ccode class=\"language-python\"\u003e\nimport htmlPy\n\n\nclass BackEnd(htmlPy.Object):\n\n    def __init__(self, app):\n        super(BackEnd, self).__init__()\n        self.app = app\n\n    @htmlPy.Slot()\n    def say_hello_world(self):\n        self.app.html = u\"Hello, world\"\n                    \u003c/code\u003e\n\n                \u003c/pre\u003e\n        \u003c/td\u003e\n        \u003ctd\u003e\n        \u003ch3\u003eGUI \u003cbr\u003e \u003csmall class=\"typewriter\"\u003emain.py\u003c/small\u003e\u003c/h3\u003e\n            \u003cpre\u003e\n                \u003ccode class=\"language-python\"\u003e\nimport htmlPy\nfrom back_end import BackEnd\n\napp = htmlPy.AppGUI(\n    title=u\"Sample application\")\napp.maximized = True\napp.template_path = \".\"\napp.bind(BackEnd(app))\n\napp.template = (\"index.html\", {})\n\nif __name__ == \"__main__\":\napp.start()\n            \u003c/code\u003e\n        \u003c/pre\u003e\u003c/td\u003e\n        \u003ctd\u003e\n        \u003ch3\u003eFront-end \u003cbr\u003e \u003csmall class=\"typewriter\"\u003eindex.html\u003c/small\u003e\u003c/h3\u003e\n        \u003cpre\u003e\n            \u003ccode class=\"language-markup highlight\"\u003e\n\u0026lt;html\u0026gt;\n  \u0026lt;body\u0026gt;\n\u0026lt;a\nhref=\"BackEnd.say_hello_world\"\ndata-bind=\"true\"\u0026gt;\n  Click to say \"Hello, world\"\n\u0026lt;/a\u0026gt;\n  \u0026lt;/body\u0026gt;\n\u0026lt;/html\u0026gt;\n            \u003c/code\u003e\n        \u003c/pre\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003ch2\u003eCode\u003c/h2\u003e\n\u003cp\u003ehtmlPy source code is hosted on \u003ca href=\"https://github.com/amol-mandhane/htmlPy\" target=\"_blank\"\u003eGitHub\u003c/a\u003e, tested on \u003ca href=\"https://travis-ci.org/amol-mandhane/htmlPy\" target=\"_blank\"\u003eTravis CI\u003c/a\u003e and released on \u003ca href=\"https://pypi.python.org/pypi/htmlPy/\" target=\"_blank\"\u003ePyPI\u003c/a\u003e.\u003c/p\u003e\n\u003c/div\u003e\n","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/amol-mandhane.github.io%2FhtmlPy","html_url":"https://awesome.ecosyste.ms/projects/amol-mandhane.github.io%2FhtmlPy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/amol-mandhane.github.io%2FhtmlPy/lists"}