# vnote-tag-searcher **Repository Path**: schips/vnote-tag-search ## Basic Information - **Project Name**: vnote-tag-searcher - **Description**: 针对vnote 笔记软件的标签搜索器 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-06-19 - **Last Updated**: 2023-06-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # VNOTEX TAG SEARCH ## 环境 ### python3 请使用pip安装下面额外的库 ``` python3 -m pip install pyqt5 ``` ### Qt5(修改界面时需要) 无。 ## 执行 ```bash python3 testTool.py ``` ## 修改UI 通过`Qt Designer `打开`tool.ui` 修改以后,通过下面命令导出: ``` pyuic5 -o ui_tool.py .\tool.ui ```