Metadata-Version: 1.2
Name: kdui2py
Version: 1.0.0
Summary: UNKNOWN
Home-page: https://github.com/bkdwei/kdui2py
Author: bkdwei
Author-email: bkdwei@163.com
Maintainer: 韦坤东
Maintainer-email: bkdwei@163.com
License: GPLv3+
Description: # kdui2py
        将qt的UI文件批量转换成python文件。
        
        batch convert qt ui file to python file, or convert single ui file, or convert ui files in a folder include it's subfolder.
        
         # 截图
        
        ![截图](/screenshot/screen-2019-04-06-11-11-26.png.png) 
        
         # 安装
        
        ## 方法一
        
        – 使用[kdPythonInstaller(https://github.com/bkdwei/kdPythonInstaller/releases/download/v1.0.0/kdPythonInstaller-1.0.0.exe/) 快速安装python和kdui2py
        
        
        
        ## 方法二
        
        – 安装python3和pip，[安装包地址](https://www.python.org/downloads/)
        
        – 使用pip安装kdui2py，命令
        
        > pip install kdui2py
Keywords: qt ui file,converter,UI文件转换器
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: X11 Applications :: Qt
Classifier: Intended Audience :: End Users/Desktop
Classifier: Natural Language :: Chinese (Simplified)
Classifier: Topic :: Software Development :: Code Generators
Classifier: Programming Language :: Python :: 3
Classifier:  License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
