Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 775 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 775 Bytes

Password Manger Project

A Password Manager App to generate & save passwords locally.

The Password Manager is able to save a password the user input or it can generate a random password for the user. If generate password functionality is used, the password will be automatically saved in the clipboard to use. The password manager also have validation rules for input so that all data is input correctly before the password is being saved in the JSON file.

Password Manager

Libraries Used:

Tkinter

Project:

Password Manger Project
100 Days of Code - The Complete Python Pro Bootcamp 2021
Day 29 - Intermediate - Building a Password Manager GUI App with Tkinter