Python Forum
Can Python build graphical screens like this? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Can Python build graphical screens like this? (/thread-8802.html)



Can Python build graphical screens like this? - wasa - Mar-08-2018

http://sumuditha-viraj.blogspot.com.au/2012/05/introduction-to-wso2-developer-studio.html

Hello, can you tell us whether with Python we can develop graphical tools like for the ESB given in the link above??

That is, screens like this:

http://1.bp.blogspot.com/-NLHrAi_6JNk/T6I_Iso77WI/AAAAAAAAAEU/UYDvdoPUH-M/s1600/Screenshot+at+2012-05-03+13:45:58.png

Is it possible and if possible is it available inside Python or we have to use Javascript, CSS etc?

We are an Java shop and wants to create own Messaging application.
(Trying to move out of Java)


RE: Can Python build graphical screens like this? - Larz60+ - Mar-08-2018

This? https://pypi.python.org/pypi/synapse
I think this interfaces to the Apache product

You can also create from scratch using wxpython, PyQt5 and several other GUI packages.
You probably use Tkinter, but I wouldn't recommend it for an application of this caliber.

I also found this: http://python-evdev.readthedocs.io/en/latest/
which might work