Giter VIP home page Giter VIP logo

major_project_2024's Introduction

Update logs

Login System

I made a script that will store user data in a csv file to keep track of logins and signup. Tried to make it efficient and readable by removing an else block.

Login System

Functionality:
  • Sign-up: Allows users to create new accounts with usernames and passwords, storing them securely in the "user_data.csv" file using bcrypt for password hashing.

  • Login: Enables users to enter their existing usernames and passwords, validating them against the stored data and granting access on successful login.

  • Error Handling: Incorporates exception handling to gracefully address issues like invalid inputs, file access errors, and unexpected exceptions.

  • Readability: Enhances code clarity with clear variable names, comments, and well-defined functions.

  • Efficiency: Streamlines the code, removing redundancies and optimizing logic for better performance. Improvements:

  • Security: Implements secure password hashing with bcrypt, significantly improving password protection.

  • Structure: Organizes the code into modular functions for maintainability and clarity.

To Do:

Creating a login system using a. cbf file to store data

major_project_2024's People

Contributors

splonkz avatar

Stargazers

 avatar  avatar  avatar

Watchers

Mike Wehinger avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.