Runar Saur Modahl
Runar Saur Modahl
Fixed this bug with PR #22 Get rid of the `else`-line and unindent `choice=menu()` Also good to change `if`-statement 2 and 3 to `elif`-statements.
In secret.py: ```python def get_secret_key(): return "SECRET_KEY" ``` where SECRET_KEY is your secret key
Wouldn't changing the length of ALPHABET from 4 to 3 change the probability of each character ending up in the password? Because of the conditional probability that is. Now (and...
Updated my code to work with the new commits. The thumbnails will no longer be saved in `.\Photos\\maxresdefault.jpg`, but in `.\Photos\` as updated by Kalle in the latest commit. The...