# kdui2py **Repository Path**: bkdwei/kdui2py ## Basic Information - **Project Name**: kdui2py - **Description**: batch convert qt ui file to python file, or convert single ui file, or convert ui files in a folder include it's subfolder. 快速地批量地将ui文件转换成py文件,简化PyQt5的页面开发和转换工作。 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-08 - **Last Updated**: 2022-07-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # kdui2py ## qtDesigner和qtCreator的ui文件转换器。 - 可以将单个ui文件转换成py文件。 - 可以将单个文件夹的ui文件转换成py文件。 - 可以将单个文件夹及其子文件夹的ui文件转换成py文件。 - 可以设置转换后的文件的名字后缀,如a.ui转换成a_ui.py,_ui就是用户自定义的后缀 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) # 安装 ## 方法一 – 使用[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