A password generator that takes the length of the password and how many password the user wants and gives them passwords based on those guidelines.
Python
Have python installed on your device Runs locally on VSCode
- Fork the project
- Clone the fork of the project
- Creat a new branch where you will work on issues, features, etc.
- Commit changes to the branch
- Make a pull request which will be reviewed
- Upon approval, the pull request will be merged with the master branch
Make sufficent comments for others to understand your process