How to make a sign up on Python 3 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to make a sign up on Python 3

How to make sign up bar

4th Dec 2020, 11:54 AM
Srinivasan Tudukuchi
Srinivasan Tudukuchi - avatar
3 Answers
+ 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/
4th Dec 2020, 12:07 PM
Charitra
Charitra - avatar
0
Pls help
4th Dec 2020, 11:54 AM
Srinivasan Tudukuchi
Srinivasan Tudukuchi - avatar
0
You can make gui with tkinter if that's what you want
4th Dec 2020, 12:54 PM
Bhavya
Bhavya - avatar