mirror of
https://codeberg.org/andyscott/password-generator-cli.git
synced 2024-11-09 06:00:50 -05:00
Ctrl+C to quit
This commit is contained in:
parent
855a6bb633
commit
04d294fe10
1 changed files with 2 additions and 2 deletions
|
@ -89,8 +89,8 @@ def main():
|
||||||
print('======================')
|
print('======================')
|
||||||
print('| Password Generator |')
|
print('| Password Generator |')
|
||||||
print('======================')
|
print('======================')
|
||||||
print('Note that ambiguous characters such as 0 (zero) and O (capital o) \
|
print('\nNote that ambiguous characters such as 0 (zero) and O (capital o) \
|
||||||
are automatically excluded!\n')
|
are automatically excluded! Press Ctrl+C to quit.\n')
|
||||||
|
|
||||||
length = ''
|
length = ''
|
||||||
while length is not int:
|
while length is not int:
|
||||||
|
|
Loading…
Reference in a new issue