Metadata-Version: 2.1
Name: keys-manager
Version: 1.1.3
Summary: A simple key manager
Home-page: https://github.com/xiaochuan-li/keys
Author: Xiaochuan Li
Author-email: lixiaochuan822@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE

# Keys [![version-badge]][version-link] [![license-badge]][MIT-link] [![pypi-badge]][pypi-link] ![issues-badge] ![fork-badge] ![start-badge]



`keys`是一个简单的密码管理器


### 示例


### 使用方式

```
usage: 
keys-config # 编辑密码
keys # 启动管理器
ctrl + k # 唤醒GUI界面
```


### 安装

```
$ pip install keys-manager
```


### License
[MIT](https://github.com/xiaochuan-li/keys/blob/main/LICENSE)

[pypi-link]:    https://pypi.org/project/keys-manager/1.1.3/
[pypi-badge]:   https://img.shields.io/badge/pypi-1.1.3-brightgreen

[MIT-link]:     https://github.com/xiaochuan-li/keys/blob/main/LICENSE
[issues-badge]:     https://img.shields.io/github/issues/xiaochuan-li/keys
[version-badge]:   https://img.shields.io/badge/version-1.1.3-brightgreen
[version-link]:    https://github.com/xiaochuan-li/keys
[license-badge]:   https://img.shields.io/github/license/xiaochuan-li/keys

[fork-badge]:   	https://img.shields.io/github/forks/xiaochuan-li/keys
[start-badge]:      https://img.shields.io/github/stars/xiaochuan-li/keys

