https://github.com/yjg30737/pyqt-intellisense-example
Example of using IntelliSense in a PyQt desktop application to display auto-completion results(words and weights) for each word based on user input
https://github.com/yjg30737/pyqt-intellisense-example
autocomplete intellisense pyqt pyqt-examples pyqt5 python-autocomplete python-intellisense python3 python311
Last synced: 9 months ago
JSON representation
Example of using IntelliSense in a PyQt desktop application to display auto-completion results(words and weights) for each word based on user input
- Host: GitHub
- URL: https://github.com/yjg30737/pyqt-intellisense-example
- Owner: yjg30737
- License: mit
- Created: 2023-09-07T06:22:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-08T00:07:24.000Z (over 2 years ago)
- Last Synced: 2025-05-21T02:46:21.324Z (about 1 year ago)
- Topics: autocomplete, intellisense, pyqt, pyqt-examples, pyqt5, python-autocomplete, python-intellisense, python3, python311
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pyqt-intellisense-example
Example of using IntelliSense in a PyQt desktop application to display auto-completion results(words and weights) for each word based on user input
## Requirements
* PyQt5 >= 5.14
## How to Use
1. git clone ~
2. pip install -r requirements.txt (if you have PyQt5 already, skip this part)
3. python main.py
## Preview
