An open API service indexing awesome lists of open source software.

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

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
![image](https://github.com/yjg30737/pyqt-intellisense-example/assets/55078043/dfa1d63a-d37b-40a3-a391-df4253399865)