Skip to content

Tool to automatically convert .ui files to .py with pyuic

Notifications You must be signed in to change notification settings

medveed/autopyuic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

AutoPyUIC

Tool to automatically convert .ui made with Qt Designer files to .py with pyuic5.

Requirements

You only need watchdog module to use this.

pip install -r requirements.txt

Usage

python main.py [directory]

Directory must be specified. To monitor current directory, set it to /.

If you want to activate recursive mode (which also monitors subfolders), add the -r argument.

python main.py [directory] -r

About

Tool to automatically convert .ui files to .py with pyuic

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages