this script removes capitalization, for example if the starting names list has:
John Doe
Amy Doe
it takes away the capitalized letters in the output formatted_name_wordlist.txt and turns them into
johndoe
amydoe
etc
any way for it to keep capitalization?
Also, it's easy to make two variations of the names with capitalization and without:
John Doe
john doe
Amy Doe
amy doe
but it'd also be cool if it can take only one entry for each and output variations that have capitalization and non-capitalization results.
this script removes capitalization, for example if the starting names list has:
John Doe
Amy Doe
it takes away the capitalized letters in the output formatted_name_wordlist.txt and turns them into
johndoe
amydoe
etc
any way for it to keep capitalization?
Also, it's easy to make two variations of the names with capitalization and without:
John Doe
john doe
Amy Doe
amy doe
but it'd also be cool if it can take only one entry for each and output variations that have capitalization and non-capitalization results.