Skip to content

Commit

Permalink
Merge pull request #58 from mayurilahane/readme
Browse files Browse the repository at this point in the history
Updated README
  • Loading branch information
mayurilahane authored Jan 24, 2020
2 parents e6c5eed + a1cac9f commit a279524
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 16 deletions.
27 changes: 16 additions & 11 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Genpass - Command Line Password Manager Tool
============================================
PyGenpass - Command Line Password Generator and Manager Tool
============================================================

How to run project?
===================
Expand All @@ -25,7 +25,7 @@ How to run project?

.. code-block:: bash
$ git clone https://github.com/paint-it/genpass.git
$ git clone https://github.com/paint-it/pygenpass.git
* Install setup.py
Expand All @@ -49,12 +49,13 @@ Command line options
--help Show this message and exit.
Commands:
createpass Enter required data
savepass Provide your password
showpass Printing data
allpass Show all passwords
createpass Create new password
delpass Delete password
modpass Update password
savepass Save existing passwords
showpass Show password
version Show Version
Examples
========
Expand All @@ -66,6 +67,9 @@ Examples
$ pygenpass createpass
Enter portal name [None]:
Enter email id [None]:
Enter portal url [None]:
* This command will ask for portal name and existing password
Expand All @@ -75,8 +79,9 @@ Examples
$ pygenpass savepass
Enter portal name [None]:
Enter your password [None]:
Enter email id [None]:
Enter portal url [None]:
* This command will show password of particular portal

Expand All @@ -100,4 +105,4 @@ Dependencies
How to contribute to this project?
==================================

* Please read `contributing.md <https://github.com/paint-it/genpass/blob/master/contributing.md>`_
* Please read `contributing.md <https://github.com/paint-it/pygenpass/blob/master/contributing.md>`_
10 changes: 5 additions & 5 deletions contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,27 @@

* Create virtual environment on your local machine
```nashorn js
$ python3 -m venv <name_of_virtualenv>
$ python3 -m venv env
```
* Activate virtual environment
```nashorn js
$ source <name_of_virtualenv>/bin/activate
$ source env/bin/activate
```
* Make a local directory

* Clone project in your directory
```nashorn js
$ git clone https://github.com/paint-it/genpass.git
$ git clone https://github.com/paint-it/pygenpass.git
```

* Update with your changes and install project locally using **setup.py** file
```nashorn js
$ python3 setup.py install
```
* After successful installation; try **manpass** command
* After successful installation; try **pygenpass** command
* Commit this changes and make a PR
* Be a part of **Genpass!!!**
* Be a part of **PyGenpass!!!**

0 comments on commit a279524

Please sign in to comment.