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:
-
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
Build the application with:
pip install cx_freeze
python setup.py build
The build will create an executable file
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.