Commit Graph

6 Commits

Author SHA1 Message Date
2294650daa adds minimal cli for qr code and pushing
- cli generated using typer package,
  which is added to the setup.py
- if optional argument to bump is not
  passed, the current secret is visualized
- if there is an argument, it is pushed
  as a message to the current sender
2022-01-16 19:52:12 +01:00
570a64f450 improves random word generation
- only words matching a-zA-Z are used,
  which removes some situations where
  the generated code was not readable
  by the android application
- words are now under 10 characters long
- function flow improved for readability
2022-01-16 13:41:04 +01:00
1e7301d919 updates setup with new requirements 2022-01-15 14:27:37 +01:00
c8ce01277b adds required setup packages 2022-01-15 14:12:51 +01:00
b18854d3a5 updates setup.py package requirements 2022-01-14 22:24:23 +01:00
bdf5c9fb4f adds pip setup script, updates gitignore
- pip setup.py is provided to allow installs via pip
  this includes a brief package description and install
  dependencies
- bump is now moved to a subfolder bump with __init__
  as this is a package setup requirement
- gitignore now ignores any tar'ed files and any
  pycaches
2022-01-14 22:17:01 +01:00