Evgenii-Bazhaov / Hacktoberfest2024

Make your first Pull Request on Hacktoberfest 2024. Don't forget to spread love and give us a ⭐️
GNU General Public License v3.0
38 stars 91 forks source link

Python Password Manager #91

Open AvgBlank opened 1 day ago

AvgBlank commented 1 day ago

Password Manager

The Password Manager is a secure and efficient solution for storing and managing your passwords using SQLite3. This project is designed to help users keep track of their passwords in a safe and encrypted manner, providing a user-friendly interface for easy password retrieval and management. Developed with Python and various powerful libraries, this system ensures high security and ease of use for managing sensitive information.

Preview

https://github.com/AverageBlank/PasswordManager/assets/112507212/ba5cee30-9837-4dd5-ae4b-e79f5e2c8b07

Setting Up Locally

Prerequisites

Make sure you have Python installed on your system.

Installation Steps

  1. Clone the repository

    git clone https://github.com/AverageBlank/PasswordManager.git
    cd PasswordManager
  2. Create a virtual environment

    python -m venv venv
    source venv/bin/activate  # On powershell use `source venv\source\activate.ps1`
  3. Install the required libraries

    pip install -r requirements.txt
  4. Run the application

    python main.py

Languages Used

Libraries Used

AvgBlank commented 1 day ago

Hey! I would like to add this python program, could this issue be assigned to me?