Mypass is a python application that saves user password and email/username for a website. It also provides a functionality to let the user search for a saved password for a website. It contain a Generate Password button which let a user to generate a strong random password, which will also get saved in the user database.
Use the below packages to run the program.
from tkinter import *
from tkinter import messagebox
import json
Logo.png needs to be set in the correct directory before use.