Python Forum
Login/register system.
Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Login/register system.
#4
Unfortunately this is not how it works. We are glad to help/steer you in the right direction, however we are not going to write the code for you. You will need to put some effort, write [some] code and ask questions. Post your code in python tags, full traceback if you get any, in error tags.
Basically you need to learn:
* how to read/write from file
* create some sort of menu - take user input and eventually reject if it is not what expect (validate the input)
* you may use some sort of data structure to hold the data from the file in memory while working with them

Now I will move this thread to Homework section of the forum and we can continue the discussion there.
by the way using [some sort of] simple text file is one option. you may want to use also sqlite if you want proper database
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply


Messages In This Thread
Login/register system. - by Exploiterz - May-14-2018, 08:03 PM
RE: Login/register system. - by buran - May-14-2018, 08:20 PM
RE: Login/register system. - by Exploiterz - May-15-2018, 02:36 PM
RE: Login/register system. - by buran - May-15-2018, 03:20 PM
RE: Login/register system. - by Exploiterz - May-15-2018, 05:21 PM
RE: Login/register system. - by wavic - May-15-2018, 05:32 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Login system cardozo6060 2 2,694 Jun-07-2019, 10:44 PM
Last Post: cardozo6060
  Login and register code Ameldan5 1 2,509 Oct-13-2018, 07:48 PM
Last Post: gruntfutuk
  User sign up and login system tesilstudent112 1 5,121 Oct-22-2017, 10:14 AM
Last Post: metulburr

Forum Jump:

User Panel Messages

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