09-18-2020, 02:08 AM
(This post was last modified: 09-18-2020, 02:21 AM by 102980175isi.)
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.
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.