Simple User Login System Using Python

Поделиться
HTML-код
  • Опубликовано: 27 сен 2024
  • 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

Комментарии • 9

  • @abubakr3863
    @abubakr3863 9 месяцев назад +1

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

  • @alphad0gowar507
    @alphad0gowar507 2 месяца назад +1

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

  • @kierenstein
    @kierenstein Год назад +2

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

  • @sleepyghost01
    @sleepyghost01 Месяц назад

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

  • @chagbertmoney
    @chagbertmoney Месяц назад

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

  • @SimplyFozik
    @SimplyFozik Год назад +2

    best python bloger that i ever seen!

  • @avacadoslayer9669
    @avacadoslayer9669 Год назад

    top