|
1 | 1 | # passmanager |
| 2 | + |
| 3 | +[](https://gitter.im/BreadandCode/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) |
| 4 | +[](https://circleci.com/gh/sayanmondal2098/easytoken) |
| 5 | +[](https://github.com/sayanmondal2098/easytoken/fork) |
| 6 | +[](https://awesome.re) |
| 7 | + |
| 8 | + <p align="center"> |
| 9 | + <img src=""> |
| 10 | +</p> |
| 11 | + |
| 12 | +# passmanager |
| 13 | +passmanager is an independent Open Source, Password Manager python library which implements a cli tools to create password for site and store it', |
| 14 | + <br> |
| 15 | +<br> |
| 16 | + |
| 17 | +# Next in Line: |
| 18 | +This is still in alpha stage so we are planning to add few more feature as tagging and cleaning which will be added by 2020. We are also developing a other Language Processing algorithm for our library. |
| 19 | + |
| 20 | +# Naming: |
| 21 | +The name is just it's purpose \_(^_^)_/ |
| 22 | + |
| 23 | +# Installation and Implementation: |
| 24 | +To install passmanager follow the steps:<br> |
| 25 | +## Windows |
| 26 | +Install pip: |
| 27 | +``` |
| 28 | +$ python get-pip.py |
| 29 | +``` |
| 30 | +Install via pip: |
| 31 | +``` |
| 32 | +$ pip install passmanager |
| 33 | +``` |
| 34 | +For upgrade: |
| 35 | +``` |
| 36 | +$ pip install --upgrade passmanager |
| 37 | +``` |
| 38 | +## Linux/Unix |
| 39 | +Install pip: |
| 40 | +``` |
| 41 | +$ python3 get-pip.py |
| 42 | +``` |
| 43 | +Install via pip: |
| 44 | +``` |
| 45 | +$ python3 -m pip install passmanager |
| 46 | +``` |
| 47 | +For upgrade: |
| 48 | +``` |
| 49 | +$ python3 -m pip install --upgrade passmanager |
| 50 | +``` |
| 51 | + |
| 52 | +Implementation: |
| 53 | +```python |
| 54 | +>>> from easytoken.easytoken import Wordeasytoken |
| 55 | +>>>Wordeasytoken.tokenize(Wordeasytoken,text="Hello all , I'll be a good lover for you.") |
| 56 | +``` |
| 57 | + |
| 58 | +# Developer Info: |
| 59 | +Author: Sayan Mondal<br> |
| 60 | +Author-email: [email protected]< br> |
| 61 | +Team: Bread and Code |
| 62 | + |
| 63 | +# Required Libraries: |
| 64 | + 'nltk', |
| 65 | + 're', |
| 66 | + 'itertools', |
| 67 | + 'os', |
| 68 | + 'sys', |
| 69 | + 'string' |
| 70 | + |
| 71 | +# LISCENSE: |
| 72 | +``` |
| 73 | +MIT License |
| 74 | +
|
| 75 | +Copyright (c) 2020 Sayan Mondal | Bread-and-Code |
| 76 | +
|
| 77 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 78 | +of this software and associated documentation files (the "Software"), to deal |
| 79 | +in the Software without restriction, including without limitation the rights |
| 80 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 81 | +copies of the Software, and to permit persons to whom the Software is |
| 82 | +furnished to do so, subject to the following conditions: |
| 83 | +
|
| 84 | +The above copyright notice and this permission notice shall be included in all |
| 85 | +copies or substantial portions of the Software. |
| 86 | +
|
| 87 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 88 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 89 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 90 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 91 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 92 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 93 | +SOFTWARE. |
| 94 | +``` |
| 95 | + |
0 commit comments