{"id":17603059,"url":"https://github.com/yjg30737/pyqt-html-viewer","last_synced_at":"2026-04-28T12:02:04.797Z","repository":{"id":108705638,"uuid":"437730731","full_name":"yjg30737/pyqt-html-viewer","owner":"yjg30737","description":"PyQt HTML Viewer ","archived":false,"fork":false,"pushed_at":"2022-05-12T05:29:22.000Z","size":15789,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-21T02:46:18.035Z","etag":null,"topics":["html-viewer","pyqt","pyqt-examples","pyqt5","pyqt5-application","pyqt5-desktop-application","pyqt5-examples","pyqt5-gui","pyqt5-tutorial","pyqt5-viewer","pyqtwebengine","python","python3","python37","qt","qwebengineview","qwebview"],"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/yjg30737.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-13T04:01:43.000Z","updated_at":"2024-06-04T10:51:17.000Z","dependencies_parsed_at":"2023-04-26T11:16:10.849Z","dependency_job_id":null,"html_url":"https://github.com/yjg30737/pyqt-html-viewer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yjg30737/pyqt-html-viewer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yjg30737%2Fpyqt-html-viewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yjg30737%2Fpyqt-html-viewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yjg30737%2Fpyqt-html-viewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yjg30737%2Fpyqt-html-viewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yjg30737","download_url":"https://codeload.github.com/yjg30737/pyqt-html-viewer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yjg30737%2Fpyqt-html-viewer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32379629,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T11:25:28.583Z","status":"ssl_error","status_checked_at":"2026-04-28T11:25:05.435Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["html-viewer","pyqt","pyqt-examples","pyqt5","pyqt5-application","pyqt5-desktop-application","pyqt5-examples","pyqt5-gui","pyqt5-tutorial","pyqt5-viewer","pyqtwebengine","python","python3","python37","qt","qwebengineview","qwebview"],"created_at":"2024-10-22T13:38:30.860Z","updated_at":"2026-04-28T12:02:04.780Z","avatar_url":"https://github.com/yjg30737.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pyqt-html-viewer\nPyQt HTML Viewer \n\n## Requirements\n* PyQt5 \u003e= 5.15\n* pyqtwebengine // For showing html file\n\n## Features\n* Being able to view all of html files in the folder\n* Being able to see all of html files in the files list\n* Being able to see html file when double-clicking one of files in the list \n* Being able to view the source of current html file\n* Being able to see previous, next html file with left, right key\n* Being able to resize each of widgets. (QSplitter)\n* Being able to see as a full screen\n\n## Setup\n```\npip3 install pyqt5 --upgrade # If you don't have pyqt5\npip3 install pyqtwebengine --upgrade # If you don't have pyqtwebengine\npip3 install git+https://github.com/yjg30737/pyqt-html-viewer.git --upgrade\n```\nNote: If ModuleNotFoundError occured then do it all above in order.\n\n## Included packages\n* \u003ca href=\"https://github.com/yjg30737/pyqt-style-setter.git\"\u003epyqt-style-setter\u003c/a\u003e\n* \u003ca href=\"https://github.com/yjg30737/pyqt-custom-titlebar-setter.git\"\u003epyqt-custom-titlebar-setter\u003c/a\u003e\n* \u003ca href=\"https://github.com/yjg30737/pyqt-description-tooltip.git\"\u003epyqt-description-tooltip\u003c/a\u003e\n* \u003ca href=\"https://github.com/yjg30737/pyqt-list-viewer-widget.git\"\u003epyqt-list-viewer-widget\u003c/a\u003e\n* \u003ca href=\"https://github.com/yjg30737/pyqt-get-selected-filter.git\"\u003epyqt-get-selected-filter\u003c/a\u003e\n\n## Code Example\n```python\nfrom pyqt_html_viewer import HtmlViewerApp\n\nif __name__ == \"__main__\":\n    import sys\n\n    app = HtmlViewerApp(sys.argv)\n    app.exec_()\n```\n\nResult\n\nStart page\n\n![image](https://user-images.githubusercontent.com/55078043/161404544-2aeccc11-0c1e-4a20-8333-82ff485f25ac.png)\n\nViewing html file\n\n![image](https://user-images.githubusercontent.com/55078043/161404550-ee106954-8710-4daf-bba2-543eef8df427.png)\n\nFile list\n\n![image](https://user-images.githubusercontent.com/55078043/161404557-e65cde1e-fbf6-42d0-bda6-7c295df6b7d1.png)\n\nSource code\n\n![image](https://user-images.githubusercontent.com/55078043/161404573-40aaa9e7-387b-4ee3-9bf6-16ff0c6edd5f.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyjg30737%2Fpyqt-html-viewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyjg30737%2Fpyqt-html-viewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyjg30737%2Fpyqt-html-viewer/lists"}