Python Forum
User sign up and login system
Thread Rating:
  • 2 Vote(s) - 2.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
User sign up and login system
#1
Hey there everyone. For my homework, can i get some help with my computing homework project?

The task is to create a login system for a multi-choice exam

1. Ask the user to sign up and then ask them for their name and age
2. Generate a unique username for them and store this into an external text file
3. Ask them to create a password and also store this
4. Once they've signed up, you prompt them to sign in and somehow check if their details are correct otherwise they have to try again
5. Once they successfully login, it introduces them to the quiz(but after this I have figured it all out thankfully)

If someone legendary could just give me some advice or even talk me step by step through this I would be so damn grateful THANK YOU
Reply
#2
Quote:1. Ask the user to sign up and then ask them for their name and age
http://anh.cs.luc.edu/python/hands-on/3....ml/io.html

Quote:2. Generate a unique username for them and store this into an external text file
https://docs.python.org/3/tutorial/inputoutput.html

Thats all i can give you without some effort on your part such as code you have tried.
Recommended Tutorials:
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  problem with ‘>’ (i.e. greater than) sign AOCL1234 2 1,937 Jun-30-2020, 09:32 PM
Last Post: Yoriz
  A sign-Reversal Puzzle HY2000 2 2,460 Dec-05-2019, 11:55 AM
Last Post: HY2000
  Login system cardozo6060 2 2,593 Jun-07-2019, 10:44 PM
Last Post: cardozo6060
  Login/register system. Exploiterz 5 3,890 May-15-2018, 05:32 PM
Last Post: wavic
  Making a calculator with just the + sign gerardmanken 1 2,844 Feb-01-2018, 03:18 PM
Last Post: buran

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020