This is a password manager created with flask and python . It uses sqlite as database and tailwind for frontend . This can handle passwords very securely and you can also retrieve passwords very easily . Simply create an account and get started . After you create our account you will be redirected to your dashboard from where you can store and retrieve passwords with a few more options . You'll also get a account page from where you can view, edit, delete your account .
Take a look at some features of XurdePass
- User Friendly
- Free
- Elegant UI
- Privacy
- Safe
First you need to clone the repository
git clone https://github.com/ZayedMalick/XurdePass.gitChange directory
cd XurdePassInstall requirement
pip install -r requirements.txtRunning app.py
python3 app.pyNow open your browser and paste this link
http://localhost:8080/You will have XurdePass running
Hope everything worked out for you!