Metadata-Version: 2.1
Name: passx
Version: 0.0.3
Summary: A Password manager using GNUPG
Home-page: https://github.com/harshbaliyan126/Passx-py
Author: floppy04 <Harsh Baliyan>
Author-email: <harshbaliyan126@gmail.com>
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
License-File: LICENSE

# Passx
It's a script, using GNUPG for encrypting passwords.

### Installation

 -  Create a GNUPG key pair if not created already, following this [GNUPG tutorial](https://www.gnupg.org/gph/en/manual/c14.html)
 -  After that, when key pair is created. Do following:

   ```console
   $ pip install passx
   ```

### Usage

```
Usage:
    passx [account] - Loads password to clipboard

    -a , --add
        passx -a/--add [account] - Saves account
    -d, --delete
        passx -d/--delete [account] - Deletes account
    --list
        passx --list - List all accounts saved
```


