An open API service indexing awesome lists of open source software.

https://github.com/lightsing/myvault

My Diary Vault in Python
https://github.com/lightsing/myvault

Last synced: over 1 year ago
JSON representation

My Diary Vault in Python

Awesome Lists containing this project

README

          

# DiaryVault

[![Build Status](https://travis-ci.org/lightsing/myVault.svg)](https://travis-ci.org/lightsing/myVault) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/lightsing/myVault/master/LICENSE)

A RSA-AES Based Diary Vault

## Requirements

Python 3.5

## Install

```
pip install git+https://github.com/lightsing/myVault
```

It mights be `pip3` on your system.

## How to use

```
$ myVault
```

or

```
$ python -m myVault
```