Skip to content

Nevolutionize/pyqt_tag_manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyqt_tag_manager


Description

A dynamic Tag management widget with custom sorting and focus features.

Tag Manager allows both editable and read-only modes:

While in editing mode, items are sorted dynamically to prioritize the results matching the input text:


Example

Run ../example/launch_ui_example.bat for a simple test GUI to play around with.

If neither Qt.Py or PySide2 are available, replace the PySide2 imports in __init__.py to PyQt5.


Usage

from pyqt_tag_manager.tag_manager import TagManager
...

tag_manager = TagManager()
tag_manager.add_tags(['ace', '000', 'zoo', 'cat', '10'])

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published