i am loving naming these repos :) now- lets practice branching
This project is a simple user authentication utility designed to manage user credentials with password and username validation. The utility includes functions for:
- Retrieving user input securely (password and username).
- Validating the strength and format of user credentials.
- Saving user credentials to a CSV file.
- Integrating these functions into a cohesive application flow in
main.py.
- Do not fork this repository.
- Clone the repository to your local machine using:
git clone <repository_url> cd <repository_directory>
- create a branch and name it your name
- complete functionality and create a merge request to main