Metadata-Version: 2.1
Name: memorable-password
Version: 0.3.0
Summary: Generate sentence of context, along with keywords/PIN/passwords to make sure you memorize it!!!
Home-page: https://github.com/patarapolw/memorable-password
Author: Pacharapol Withayasakpunt
Author-email: patarapolw@gmail.com
License: Apache
Keywords: random sentence random_sentence random_word password nltk
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Environment :: Handhelds/PDA's
Classifier: Framework :: Flask
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: Android
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Provides-Extra: tests
Provides-Extra: heroku
Provides-Extra: with-language-check
Provides-Extra: web
Requires-Dist: nltk
Requires-Dist: PyYAML
Requires-Dist: markovify
Requires-Dist: randomsentence
Requires-Dist: diceware-utils
Provides-Extra: heroku
Requires-Dist: flask; extra == 'heroku'
Requires-Dist: gunicorn; extra == 'heroku'
Provides-Extra: tests
Requires-Dist: pytest; extra == 'tests'
Requires-Dist: passwordstrength; extra == 'tests'
Requires-Dist: pronounceable; extra == 'tests'
Requires-Dist: pytest-xdist; extra == 'tests'
Requires-Dist: pytest-repeat; extra == 'tests'
Requires-Dist: pytest-timeout; extra == 'tests'
Requires-Dist: pytest-doctestplus; extra == 'tests'
Provides-Extra: web
Requires-Dist: flask; extra == 'web'
Provides-Extra: with-language-check
Requires-Dist: language-check; extra == 'with-language-check'

# Memorable Password

[![Build Status](https://travis-ci.org/patarapolw/memorable-password.svg?branch=master)](https://travis-ci.org/patarapolw/memorable-password)
[![PyPI version shields.io](https://img.shields.io/pypi/v/memorable_password.svg)](https://pypi.python.org/pypi/memorable_password/)
[![PyPI license](https://img.shields.io/pypi/l/memorable_password.svg)](https://pypi.python.org/pypi/memorable_password/)
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/memorable_password.svg)](https://pypi.python.org/pypi/memorable_password/)
[![PyPI status](https://img.shields.io/pypi/status/memorable_password.svg)](https://pypi.python.org/pypi/memorable_password/)

Generate sentence of context, along with keywords/PIN/passwords to make sure you memorize it!!!

## Usage as a script

memorable-password is available on PyPI -- `pip install memorable-password`

## Web demo

https://memorable-password.herokuapp.com

<a href="https://imgur.com/9SKe4IU"><img src="https://i.imgur.com/9SKe4IU.png" title="source: imgur.com" /></a>
<a href="https://imgur.com/arL46Hg"><img src="https://i.imgur.com/arL46Hg.png" title="source: imgur.com" /></a>
<a href="https://imgur.com/URNcUFX"><img src="https://i.imgur.com/URNcUFX.png" title="source: imgur.com" /></a>

## Memorable Password on Android

Please see my new project: [Python Password Manager for Android]().

## Related Project

- https://github.com/patarapolw/randomsentence
- https://github.com/patarapolw/password_manager
- https://github.com/patarapolw/diceware_utils


