Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 952 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 952 Bytes

Password-Manager

It is a simple password manager that stores new passwords and generates random and strong passwords according to the given length.

Working: It is basically a CLI(command line interface) based python program. It first asks for the option you want to opt for then works accordingly. The details like sitename, username and passwords are stored in a table in a database. I have used mysql database for this password manager.

Screenshots:

Screenshot (205)

Screenshot (206)

Screenshot (207)

Screenshot (208)