Python Forum

Full Version: Can Python build graphical screens like this?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
http://sumuditha-viraj.blogspot.com.au/2...tudio.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/T6...: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)
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