0
Password and username code help Python.
How can I create a code where you can set a password and a username? Then you should be able to log in.
3 ответов
+ 3
Un-trois ,
to get help you should do a code try and post a link to it here.
since you already have started with `introduction to python` you should have the knowledge to accomplish this task. if you feel not familiar with the basics of python, it is recommended to re-learn the previous lessons from the tutorial, also continue with learning.
+ 1
Try with HTML.
+ 1
you have a tag `python`, so probably you would like to do it in python.
good news! it's possible! :-)
you have different ways to do it....
including a pure python script, django, flask, and even tkinter, customtkinter, ....
another good news: you are on a right place to learn how to do it