Python Forum
Commercial GUI application - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: GUI (https://python-forum.io/forum-10.html)
+--- Thread: Commercial GUI application (/thread-7846.html)



Commercial GUI application - cpuin - Jan-27-2018

Hi,

My favorite language is Python.I’m wandering wether there are successful developers who sell their GUI programs written in Python?I’m not talking about some goverment or programms used in companies for data analysis, but for enduser programs.
My question is because of the source code which could not be hidden completely.
Inhave reviewed the site of Python - python.org , there are some successful stories, but no one for commercial enduser gui program.


RE: Commercial GUI application - metulburr - Jan-27-2018

ive seen a lot of people request programs be made in python. More of freelancing though. The fact that the code is public is moot because 1) they would pay you for it by the time you hand it over to them (or you get a portion of it before, the rest after), and 2) they dont know how to code anyways otherwise they would of wrote it themselves, and 3) you could always build your python code into an exe for the final product.

The two libraries that you most likely would find commercial products would be PyQt and WxPython as they look the best in most peoples opinions compared to other libraries. As well as those libraries are beefy. I dont keep tabs on such programs, but you can always search out programs made in these libraries, etc.