strivedi4u / hacktoberfest2024

This repository is for beginners who want to contribution in open source Hacktoberfest 2024.This project is designed to promote learning and growth in the field of software development. It offers a range of coding challenges and projects that cover various topics, from basic algorithms to complex application development.
Apache License 2.0
83 stars 537 forks source link

Python Password Manager #292

Open AvgBlank opened 1 month ago

AvgBlank commented 1 month 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 month ago

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