I'm interested in learning more about GUI as every program I have ever made has been in the terminal/command line. Where would you recommend a person interested in GUI development to start? Like always thank you all in advance 😁
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (2)
For windows, you can learn C++ or C#.
Though you can make apps using Python or Javascript but those are not recommend.
There is Java swing and Java FX.
You can try electron too. It uses JavaScript.
Then there is ASP.net using C#.
There's QT using C++.
Tk inter using python.