Password Manager Desktop Application by Abubakar Alaya Password Manager Desktop Application by Abubakar Alaya

Password Manager Desktop Application

Abubakar  Alaya

Abubakar Alaya

This program is a Desktop Application that safely stores your passwords and login details in a secure and organised manner.
A password manager application. Made with python tkinter, It stores sensitive and important information safely and securely withough the worry of any infromation breach. All details are encrypted before being stored in a SQLite database.
It has a variety of functions, some which include:
Updating Existing passwords
Deleting irrelivant information
Deleting the account if need be
Check if python is installed on your system using
python -V
if it's not installed, download it from here. It is advicable to get python 3.10 or later.
Clone the repository using:
git clone https://github.com/Ecode2/passman.git
Navigate into the project directory with:
cd passman
Install application requirements using
pip install -r requirements.txt
Run the application with:
python passman.py
and that's all the application will start running
Contributions are welcome! If you want to contribute to this project, please follow these steps:
Fork the repository.
Create a new branch: git checkout -b feature/new-feature
Make your changes and commit them: git commit -m 'Added a new feature'
Push to the branch: git push origin feature/new-feature
Submit a pull request.
Like this project

Posted Nov 2, 2023

A password manager application for desktops. Contribute to Ecode2/passman development by creating an account on GitHub.