Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 454 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 454 Bytes

Python-Password-Generator

Creating a strong password and remembering it is a tedious task. So I built a program that intakes some words from the user and then generates a random password using those words. The user can remember the password with the help of the words he gave as an input. Take the Input from user. Using that input try to generate Random password. Save that password into text file. Tell the User is Generated password strong or weak.