Skip to content

yjg30737/pyqt-intellisense-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Example of using IntelliSense in a PyQt desktop application to display auto-completion results(words and weights) for each word based on user input

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages