Python project that stores your logins LOCALLY. Nothing is being sent to the cloud or any online database. The main inspiration behind this project was me getting fed up with large password storing companies getting breached and having to worry if my data got compromised.
I am constantly looking for ways to add unique features and make the user experience better; Please if you have any ideas or suggestions let me know in Issues.
- Download Python if you don't already have it
- Download the source file
- After unzipping the source file and navigating to where the main.py file is located, press on the address bar as shown below then type cmd.
Run the following command to download all the required packages
pip install -r requirements.txt
When it is finished, close the cmd and simply double click the Safe-Data.pyw file.
- Generates a random hard-to-guess password and add it to your clipboard
- Saves your logins LOCALLY to your machine. It does not upload them anywhere.
- Brand new light mode!
- Classic themes can be toggled by simply pressing on the moon icon
- Choose where to save your data
- Checks if your password passes basic safety measures
- Now supports Spanish, more languages to come!
Contributions are appreciated.
MIT License