Skip to content

wbtools/PF-password

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PF-password

一个用 Python 编写的简单密码管理工具。

描述

这个工具允许用户使用本地 SQLite 数据库安全地存储和管理他们的密码。它提供了添加、检索和删除密码的基本功能。

功能

  • 添加新密码
  • 检索现有密码
  • 删除密码
  • 使用 SQLite 数据库进行安全存储

安装

  1. 克隆仓库:
    git clone https://github.com/yourusername/PF-password.git
  2. 进入项目目录:
    cd PF-password
  3. 安装所需依赖:
    pip install -r requirements.txt

使用方法

要运行密码管理器,请执行以下命令:

python pass.py

按照屏幕上的提示来管理你的密码。

贡献

欢迎贡献!请 fork 仓库并提交包含你更改的 pull request。

许可证

该项目根据 MIT 许可证授权 - 有关详细信息,请参见 LICENSE 文件。

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages