From e60596ae6dd9fa72300014547030a60e10d2c34f Mon Sep 17 00:00:00 2001 From: GoodnessEzeh <88127727+GoodnessEzeh@users.noreply.github.com> Date: Fri, 12 Nov 2021 21:18:08 +0900 Subject: [PATCH 1/4] Updated the comments in the code --- other/password_generator.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/other/password_generator.py b/other/password_generator.py index cf7250c814ff..c09afd7e6125 100644 --- a/other/password_generator.py +++ b/other/password_generator.py @@ -1,4 +1,4 @@ -"""Password generator allows you to generate a random password of length N.""" +"""Password Generator allows you to generate a random password of length N.""" from random import choice, shuffle from string import ascii_letters, digits, punctuation @@ -24,7 +24,7 @@ def password_generator(length=8): # ctbi= characters that must be in password # i= how many letters or characters the password length will be def alternative_password_generator(ctbi, i): - # Password generator = full boot with random_number, random_letters, and + # Password Generator = full boot with random_number, random_letters, and # random_character FUNCTIONS # Put your code here... i = i - len(ctbi) From a078a9288fad11d69b3993270a70cbb937670810 Mon Sep 17 00:00:00 2001 From: Goodness Ezeh <88127727+GoodnessEzeh@users.noreply.github.com> Date: Wed, 24 Nov 2021 18:45:07 +0900 Subject: [PATCH 2/4] Update .gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 574cdf312836..efa93939e5f6 100644 --- a/.gitignore +++ b/.gitignore @@ -27,7 +27,7 @@ MANIFEST # PyInstaller # Usually these files are written by a Python script from a template -# before PyInstaller builds the exe, so as to inject date/other infos into it. +# before PyInstaller builds the exe file, so as to inject date/other information into it. *.manifest *.spec From 06c6f5f6b9e37b703cc8b7889041dc4e05abc1ae Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Wed, 24 Nov 2021 11:06:02 +0100 Subject: [PATCH 3/4] Update .gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index efa93939e5f6..90fe78c5cf94 100644 --- a/.gitignore +++ b/.gitignore @@ -27,7 +27,7 @@ MANIFEST # PyInstaller # Usually these files are written by a Python script from a template -# before PyInstaller builds the exe file, so as to inject date/other information into it. +# before PyInstaller builds the exe, so as to inject date/other info into it. *.manifest *.spec From bd99c1d35d129db15348a21049a36ba3bcbcd641 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Wed, 24 Nov 2021 11:07:29 +0100 Subject: [PATCH 4/4] Update .gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 90fe78c5cf94..574cdf312836 100644 --- a/.gitignore +++ b/.gitignore @@ -27,7 +27,7 @@ MANIFEST # PyInstaller # Usually these files are written by a Python script from a template -# before PyInstaller builds the exe, so as to inject date/other info into it. +# before PyInstaller builds the exe, so as to inject date/other infos into it. *.manifest *.spec