Skip to main content

PySimpleGUI designer, that uses transpiler to produce code from Qt Designer xml file.

Project description

PySimeplGUI Designer

Install:

pip install PySimpleGUIDesigner

Usage

Run GUI:

PySimpleGUIDesigner

Use options:

PySimpleGUIDesigner --xmlfile="~/folder1/test.ui" --objname="somegroupBox"

Help:

PySimpleGUIDesigner --help

Output:

Usage: main.py [OPTIONS]

Options:
  -x, --run              just run gui example
  -xmlfile PATH          abs path to ui file
  -objname TEXT          object name of target container
  -nobadwidgets          forget about bad widgets. Default - True
  -o, --outputfile PATH  file to output compiled PySimpleGUI ui
  -pp_mouse              compile++ option - do the mouse clicks events
  -pp_keys               compile++ option - do the keys events
  --help                 Show this message and exit.



Usage (source code)

Download this repo, cd into directory.

Run gui:

python3 main.py

Compile by using options:

python3 main.py --xmlfile="~/folder1/test.ui" --objname="somegroupBox"

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

PySimpleGUIDesigner-0.0.3.tar.gz (16.3 kB view hashes)

Uploaded Source

Built Distribution

PySimpleGUIDesigner-0.0.3-py3-none-any.whl (21.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page