0
How to make a software?
how to make a software and graphics interface
2 Antworten
+ 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
+ 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.