Skip to content

Commit 2025104

Browse files
updated and module created
1 parent 1c325e8 commit 2025104

File tree

6 files changed

+10
-20
lines changed

6 files changed

+10
-20
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ $ python3 -m pip install --upgrade passmanager
5252
Implementation:
5353
```
5454
$ python3 -m passmanager facebook.com
55+
Master Password:
56+
<Generated Password>
5557
```
5658

5759
# Developer Info:
@@ -60,12 +62,7 @@ Author-email: [email protected]<br>
6062
Team: Bread and Code
6163

6264
# Required Libraries:
63-
'nltk',
64-
're',
65-
'itertools',
66-
'os',
67-
'sys',
68-
'string'
65+
No Libraries required
6966

7067
# LISCENSE:
7168
```

dist/passmanager-1.0.5.tar.gz

-7.24 KB
Binary file not shown.

dist/passmanager-1.0.6.tar.gz

7.16 KB
Binary file not shown.

passmanager.egg-info/PKG-INFO

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 2.1
22
Name: passmanager
3-
Version: 1.0.5
3+
Version: 1.0.6
44
Summary: passmanager is an independent Open Source, Password Manager python library which implements a cli tools to create password for site and store it
55
Home-page: https://github.com/sayanmondal2098/passmanager
66
Author: Sayan Mondal(ph3n1x)
@@ -59,9 +59,10 @@ Description: # passmanager
5959
```
6060

6161
Implementation:
62-
```python
63-
>>> from easytoken.easytoken import Wordeasytoken
64-
>>>Wordeasytoken.tokenize(Wordeasytoken,text="Hello all , I'll be a good lover for you.")
62+
```
63+
$ python3 -m passmanager facebook.com
64+
Master Password:
65+
<Generated Password>
6566
```
6667

6768
# Developer Info:
@@ -70,12 +71,7 @@ Description: # passmanager
7071
Team: Bread and Code
7172

7273
# Required Libraries:
73-
'nltk',
74-
're',
75-
'itertools',
76-
'os',
77-
'sys',
78-
'string'
74+
No Libraries required
7975

8076
# LISCENSE:
8177
```

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
setup(
66
name = 'passmanager',
77
packages = ['passmanager'],
8-
version = '1.0.5',
8+
version = '1.0.6',
99
license='MIT',
1010
long_description=open('README.md').read(),
1111
long_description_content_type='text/markdown',

test.py

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)