{"id":17603159,"url":"https://github.com/yjg30737/pyqt-styled-graphics-text-item-example","last_synced_at":"2026-05-02T10:40:51.497Z","repository":{"id":108706227,"uuid":"456751472","full_name":"yjg30737/pyqt-styled-graphics-text-item-example","owner":"yjg30737","description":"Styled QGraphicsTextItem example","archived":false,"fork":false,"pushed_at":"2022-02-10T04:29:37.000Z","size":13,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-29T08:42:11.525Z","etag":null,"topics":["pyqt","pyqt-examples","pyqt5","pyqt5-examples","pyqt5-tutorial","python","python3","python37","qgraphicsitem","qgraphicsscene","qgraphicstextitem","qgraphicsview","qt"],"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":"2022-02-08T02:17:12.000Z","updated_at":"2024-06-04T06:14:16.000Z","dependencies_parsed_at":"2023-04-11T17:02:21.016Z","dependency_job_id":null,"html_url":"https://github.com/yjg30737/pyqt-styled-graphics-text-item-example","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/yjg30737%2Fpyqt-styled-graphics-text-item-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yjg30737%2Fpyqt-styled-graphics-text-item-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yjg30737%2Fpyqt-styled-graphics-text-item-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yjg30737%2Fpyqt-styled-graphics-text-item-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yjg30737","download_url":"https://codeload.github.com/yjg30737/pyqt-styled-graphics-text-item-example/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239680985,"owners_count":19679509,"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":["pyqt","pyqt-examples","pyqt5","pyqt5-examples","pyqt5-tutorial","python","python3","python37","qgraphicsitem","qgraphicsscene","qgraphicstextitem","qgraphicsview","qt"],"created_at":"2024-10-22T13:41:36.550Z","updated_at":"2025-12-14T04:30:17.430Z","avatar_url":"https://github.com/yjg30737.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pyqt-styled-graphics-text-item-example\nStyled QGraphicsTextItem example\n\n## Requirements\n* PyQt5 \u003e= 5.8\n\n## Setup\n```pip3 install git+https://github.com/yjg30737/pyqt-styled-graphics-text-item-example.git --upgrade```\n\n## Example\nCode Sample\n```python\nfrom PyQt5.QtWidgets import QApplication\nfrom pyqt_styled_graphics_text_item_example import StyleGraphicsTextItemExample\n\n\nif __name__ == \"__main__\":\n    import sys\n\n    app = QApplication(sys.argv)\n    ex = StyleGraphicsTextItemExample()\n    ex.show()\n    sys.exit(app.exec_())\n```\n\nResult\n\n![image](https://user-images.githubusercontent.com/55078043/152906777-bfad6e55-9c45-4f2f-857f-79f5f7ffab30.png)\n\nNote: The position of each boxes have nothing to do with code. I moved them to show result well to you.\n\n## Note\nThis project wasn't going well. I want to make resizable ```QGraphicsTextItem``` but i came up with better idea than this, so this is just for an example to people who want to study about this. Maybe someday i will find ```QGraphicsTextItem``` useful to me but now? Not a chance. \n\n## See Also\n* \u003ca href=\"https://github.com/yjg30737/pyqt-textbox-graphics-widget.git\"\u003epyqt-textbox-graphics-widget\u003c/a\u003e - This is based on ```QGraphicsWidget```.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyjg30737%2Fpyqt-styled-graphics-text-item-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyjg30737%2Fpyqt-styled-graphics-text-item-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyjg30737%2Fpyqt-styled-graphics-text-item-example/lists"}