user interface - How do I export GUI mockups to Python GUI code (e.g. wxpython)? -


I want to take my mockup and export them into any code using Python GUI library (wxpython, pyqt, etc.) Want to do For example, this capability already exists for mockup-> html / javascript:

tool such as Boa Constructor.

Is there a combination of a tool for a mocking / exporting python?

You can use the tool to make your mock-up and then pyuic4 < Using the / code> command line tool, you can convert .pro to python code.

If you get stuck, then here are some references:


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -