Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/patarapolw/memorable-password
Generate sentence of context, along with keywords/PIN/passwords to make sure you memorize it!!!
https://github.com/patarapolw/memorable-password
markov-text mnemonic-passwords nltk password password-generator sentence
Last synced: 26 days ago
JSON representation
Generate sentence of context, along with keywords/PIN/passwords to make sure you memorize it!!!
- Host: GitHub
- URL: https://github.com/patarapolw/memorable-password
- Owner: patarapolw
- License: apache-2.0
- Created: 2018-04-14T08:28:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-18T18:34:33.000Z (about 2 years ago)
- Last Synced: 2024-05-01T15:22:52.753Z (7 months ago)
- Topics: markov-text, mnemonic-passwords, nltk, password, password-generator, sentence
- Language: Python
- Homepage: https://memorable-password.herokuapp.com
- Size: 37.7 MB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
## Memorable Password on Android
Please see my new project: [Python Password Manager for Android](https://github.com/patarapolw/pypwm-for-android).
## Related Project
- https://github.com/patarapolw/randomsentence
- https://github.com/patarapolw/password_manager
- https://github.com/patarapolw/diceware_utils