Simple User Login System Using Python

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ก.พ. 2025
  • Simple User Login System Using Python
    Greetings, today we will be looking at how to make a basic login system using Python. This system will take in a username and a password and check if a record/line in a text file contains that username and password. If there is a match, this python program will return true, if not then a false is returned.
    If ther user enters a username that belongs to one record/line and a password that belongs to another, a false is returned. If the user enters a username matching a password and a password that matches the username, a false will be returned.
    In this Python code, the only scenario that results in a true or a login will be if the username matches the username and the password matches the password belonging to that username.
    This simpler verify user login python tutorial expands upon the knowledge of these 2 python tutorials:
    Write a record to a csv file using python: • How to Write a Record ...
    Read a record from a csv file using python: • How to Read a Record F...
    You don't need to watch these python tutorials to understand this basic python login video but they may of use.
    This basic login with python tutorial is simple and is aimed at beginners.
    Subscribe to keep notified when I upload: tinyurl.com/Su...
    Simple User Login System Using Python

ความคิดเห็น • 11

  • @zainkhan-ke4zv
    @zainkhan-ke4zv หลายเดือนก่อน

    Spent 2 days trying my logic
    GPT also failed to give any help
    This video arrived as a Saviour !!!

  • @abubakr3863
    @abubakr3863 ปีที่แล้ว +1

    you are exactly what ive been looking for the past week, your explanation was top notch. Amazing video.

  • @kierenstein
    @kierenstein 2 ปีที่แล้ว +2

    Exactly the formula I have been searching for!!! Thank you so much!

  • @SimplyFozik
    @SimplyFozik 2 ปีที่แล้ว +2

    best python bloger that i ever seen!

  • @chagbertmoney
    @chagbertmoney 5 หลายเดือนก่อน

    great! do we have one that uses a framework for the GUI?

  • @samdam300
    @samdam300 5 หลายเดือนก่อน

    My login never works it always reads the login as false even though the username and password are correct

  • @d0gowar5
    @d0gowar5 6 หลายเดือนก่อน +1

    For some reason I keep getting an output of false. Could anyone help me resolve my problem?

    • @akrounomar7133
      @akrounomar7133 หลายเดือนก่อน +1

      I dont get false i got None

  • @avacadoslayer9669
    @avacadoslayer9669 ปีที่แล้ว

    top