Help: Mask for 3-4-5 word combinations separated by hyphen.
#2
I have solved this, thanks for reading.

Simply copy pasted "https://github.com/laconicwolf/Password-Scripts/blob/master/combinator3.py"

and appended lines: "w1 = d1[h].title() if args.title_case else d1[h]"
to: "w1 = d1[h].title() if args.title_case else d1[h] +"-"
which does exactly what I need.

Edit: This freezes my computer due to memory issues, so it doesnt work.
Reply


Messages In This Thread
RE: Help: Mask for 3-4-5 word combinations separated by hyphen. - by 102980175isi - 09-18-2020, 02:08 AM