u2py

A utility to convert ui files to python files


License
GPL-3.0+
Install
pip install u2py==1.0

Documentation

u2py

u2py(short form for ui to py) is a command line utility to convert ui files generated using qtdesigner or a text editor to py files which can then be imported in your PyQt project as modules.

Installation

$ pip install u2py

Configure

$ u2py config

Usage

$ u2py <inputfile> [options]

Try- Help to know about the options

Help

$ u2py -h

$ u2py --help

Uninstall

$ pip uninstall u2py