How to make a software? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to make a software?

how to make a software and graphics interface

13th May 2017, 4:36 AM
Pabitra Debnath
Pabitra Debnath - avatar
2 Answers
+ 8
in Python you'd use the tkinter module. however in Sololearn, the only language that can have a gui is html. if you want software on Sololearn, use html. otherwise, I'd recommend looking into one of these languages for building real software with graphics: C++ C# Java Python I'd recommend Java if you want compatibility with all OS
13th May 2017, 4:56 AM
Ahri Fox
Ahri Fox - avatar
+ 3
in java and c# the gui libraries are pre builded. but for Python , c , c++ you need extra library. if you know c++ the best option is QT gui apps.
13th May 2017, 5:57 AM
MR Programmer
MR Programmer - avatar