{"id":17603018,"url":"https://github.com/yjg30737/pyqt-highlight-completer","last_synced_at":"2025-05-07T11:13:54.934Z","repository":{"id":57678794,"uuid":"439173241","full_name":"yjg30737/pyqt-highlight-completer","owner":"yjg30737","description":"PyQt highlight completer","archived":false,"fork":false,"pushed_at":"2023-05-22T06:01:03.000Z","size":18,"stargazers_count":5,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-31T09:21:21.091Z","etag":null,"topics":["completer","highlightcompleter","pyqt","pyqt-examples","pyqt-qcompleter","pyqt-qtablewidget","pyqt-tutorial","pyqt5","pyqt5-examples","pyqt5-qcompleter","pyqt5-qtablewidget","pyqt5-tutorial","python","python3","python37","qcompleter","qt","qtablewidget"],"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}},"created_at":"2021-12-17T01:17:58.000Z","updated_at":"2024-07-12T01:26:33.000Z","dependencies_parsed_at":"2023-10-02T00:22:12.820Z","dependency_job_id":null,"html_url":"https://github.com/yjg30737/pyqt-highlight-completer","commit_stats":{"total_commits":12,"total_committers":1,"mean_commits":12.0,"dds":0.0,"last_synced_commit":"21b20d8ab38dd6f6b12f2ce7bed92f0fcacc5944"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yjg30737%2Fpyqt-highlight-completer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yjg30737%2Fpyqt-highlight-completer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yjg30737%2Fpyqt-highlight-completer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yjg30737%2Fpyqt-highlight-completer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yjg30737","download_url":"https://codeload.github.com/yjg30737/pyqt-highlight-completer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252823594,"owners_count":21809705,"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":["completer","highlightcompleter","pyqt","pyqt-examples","pyqt-qcompleter","pyqt-qtablewidget","pyqt-tutorial","pyqt5","pyqt5-examples","pyqt5-qcompleter","pyqt5-qtablewidget","pyqt5-tutorial","python","python3","python37","qcompleter","qt","qtablewidget"],"created_at":"2024-10-22T13:37:23.087Z","updated_at":"2025-05-07T11:13:54.905Z","avatar_url":"https://github.com/yjg30737.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pyqt-highlight-completer\nPyQt highlight completer\n\n## Requirements\n*  PyQt5 \u003e= 5.8\n\n## Setup\n`python -m pip install pyqt-highlight-completer`\n\n## Note\nThis package mainly consist of QLineEdit and QTableWidget. QCompleter is not even used.\n\nThis is case-insensitive, searching for text anywhere. \n\n## Example\nCode Sample\n```python\nfrom PyQt5.QtWidgets import QApplication\nfrom pyqt_highlight_completer import HighlightCompleter\n\nif __name__ == \"__main__\":\n    import sys\n\n    app = QApplication(sys.argv)\n    mainWindow = HighlightCompleter()\n    mainWindow.show()\n    mainWindow.addTexts('Alberic Litte,Angalmo,Antus Odiil,Ariela Doran,Arriana Valga,Athragar,Bittneld the Curse-Bringer,Carmen Litte,Casta Scribonia,Chanel,Chorrol Jailor,Chorrol Soldier,City Watch,Dar-Ma,Earana,Emfrid,Estelle Renoit,Eugal Belette,Fighters Guild Porter,Francois Motierre,Gaturn gro-Gonk,Glistel,Gureryne Selvilo,Honditar,Jirolin Doran,Kurz gro-Baroth,Laythe Wavrick,Lazy Kaslowyn,Lum gro-Baroth,Malintus Ancrus,Modryn Oreyn,Nardhil,Nermus the Mooch,Orag gra-Bargol,Orgnolf Hairy-Legs,Orok gro-Ghoth,Otius Loran,Rallus Odiil,Rasheda,Rena Bruiant,Reynald Jemane,Rimalus Bruiant,Seed-Neeus,Talasma,Teekeeus,Valus Odiil,Vilena Donton,Wallace'.split(\n        ','))\n    app.exec_()\n```\n\nResult\n\n![image](https://user-images.githubusercontent.com/55078043/146474104-44a42dc3-0b80-49d5-9571-dec2f83e3b47.png)\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyjg30737%2Fpyqt-highlight-completer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyjg30737%2Fpyqt-highlight-completer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyjg30737%2Fpyqt-highlight-completer/lists"}