+ 2
How to make a sign up on Python 3
How to make sign up bar
3 Réponses
+ 6
You cannot make GUI using python on sololearn. You need to do it on your personal machine.
You can use tkinter for that. Its a good beginner friendly GUI library.
https://www.tutorialspoint.com/python/python_gui_programming.htm
https://realpython.com/python-gui-tkinter/
https://www.google.com/amp/s/www.geeksforgeeks.org/python-tkinter-tutorial/amp/
0
Pls help
0
You can make gui with tkinter if that's what you want