I want to create a GUI for a python program with a custom design, I have a mock-up in Photoshop and I\'m looking for a library that supports theme or any other library that can
I would recommend pyqt4 or pyside. It has the most robust gui development for python. It already comes with a handful of styles like:
And you can also create your own styles. This link is a good starting point: