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.

26th Jul 2024, 2:24 PM
Un-trois
Un-trois - avatar
3 Answers
+ 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.
26th Jul 2024, 3:05 PM
Lothar
Lothar - avatar
+ 1
Try with HTML.
26th Jul 2024, 2:37 PM
Tibor Santa
Tibor Santa - avatar
+ 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
26th Jul 2024, 3:13 PM
Mihaly Nyilas
Mihaly Nyilas - avatar