文件名称:Pmanager:使用Python的基于CLI的密码管理器
文件大小:4KB
文件格式:ZIP
更新时间:2024-04-28 14:48:45
Python
经理 带有python的密码管理器 用python 3.7.3编写 在Windows上安装: git clone https://github.com/ninjahacker123/Pmanager.git cd Pmanager pip install -r requirements.txt python pmanager.py 在Linux和Unix等操作系统上安装: git clone https://github.com/ninjahacker123/Pmanager.git cd Pmanager pip3 install -r requirements.txt python3 pmanager.py 文件: 添加: 描述: Adds a new email and a password to json file 用法: add [email] [passwo
【文件预览】:
Pmanager-main
----pmanager.py(7KB)
----LICENSE(1KB)
----requirements.txt(82B)
----README.md(1KB)