I wonder if there’s a python GUI like pyqt etc. which works purely with html and javascript for layouting desktop applications…
Do you know if there are projects like this? Does this make sense at all 😉 Or it it just me finding that a nice tool…
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If it were Python-based but had nothing to do with Python, would you really care if it wasn’t Python based?
Anyways, yes, a project exists. A pretty big one too. It’s called XULRunner. The project is maintained by Mozilla and is used for the GUI of every Mozilla program.
It features an XML-based syntax (XUL):
And JavaScript:
You can even embed Python scripts, it seems, into your code: http://pyxpcomext.mozdev.org/no_wrap/tutorials/pyxulrunner/python_xulrunner_about.html