print("keyvault is ready to use! Type 'help' for a list of commands.\n")
print("keyvault is ready to use! Type 'help' for a list of commands.\n")
whileTrue:
whileTrue:
command=input("> ").lower()
command=input("> ")[0].lower()
ifcommand=='help':
ifcommand=='h':
print("\nUsage:\n\nadd - add an entry\nls - list entires\nrm - remove entry\ngen - generate a password or username\nstrength - check password strength\nedit - edit an entry\nfind/search - open search wizard\nhelp - display this message\nversion - print current version\n")