python: Implement main module

This commit implements the python main cli module. Currently it supports
a preliminary set of command line options but should be able to
successfully generate passwords.
This commit is contained in:
2021-11-10 23:29:01 +01:00
parent ea5abfe149
commit 5e074c6ab9
3 changed files with 146 additions and 21 deletions

View File

@ -1,5 +1,6 @@
pysrc = files(
'__init__.py',
'__main__.py',
'passgeny.py',
'bhash.py',
'phogen.py')