Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/homeworkprod/mnemonicpasswordgenerator
An mnemonic password generator module with an optional command line interface and two GUIs in Tkinter and wxPython
https://github.com/homeworkprod/mnemonicpasswordgenerator
Last synced: about 5 hours ago
JSON representation
An mnemonic password generator module with an optional command line interface and two GUIs in Tkinter and wxPython
- Host: GitHub
- URL: https://github.com/homeworkprod/mnemonicpasswordgenerator
- Owner: homeworkprod
- Created: 2015-05-17T11:48:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-09T02:03:02.000Z (over 9 years ago)
- Last Synced: 2023-03-23T03:26:48.056Z (over 1 year ago)
- Language: Python
- Homepage: http://homework.nwsnet.de/releases/b9d3/#mnemonic-password-generator
- Size: 145 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Mnemonic Password Generator
===========================Generate pronounceable and thereby easier remembered passwords despite
of their length.:Copyright: 2004-2015 `Jochen Kupperschmidt `_
:Date: 09-Jun-2015 (original release: 27-Jul-2004)
:License: GNU General Public License version 2, see LICENSE for details.
:Version: 0.1.1::
_ _
| |_ ___ _____ ___ _ _ _ ___ ___| |_
| | . | | ._| | | | . | _| . /
|_|_|___|_|_|_|___|_____|___|_| |_|_\
http://homework.nwsnet.de/Requirements
------------- Python_ (tested with version 2.3.5)
- [optional, for the Tk_ GUI] Tkinter_ (included with Python, at least
on Windows)
- [optional, for the wxWidgets_ GUI] wxPython_ (tested with version
2.6.1.0)Files
-----``cli.py``
A command line interface.``mnemonicpasswords.py``
The core module that provides the password generation functionality.``README.rst``
This text.``tkintergui.py``
A graphical user interface written in Tkinter_.``wxgui.py``
A graphical user interface written in wxPython_... _Python: http://www.python.org/
.. _Tk: http://www.tcl.tk/
.. _Tkinter: https://wiki.python.org/moin/TkInter
.. _wxWidgets: http://www.wxwidgets.org/
.. _wxPython: http://www.wxpython.org/