A word adding script for dictionaries, will add any chosen word to any line.
python3 adddict.py -f <input_file> -w <> -p <>
-f insert txt file (must be in same folder as script)
-w new word to append into every line using commas, you can use multiple words for each line with comma eg: python3 adddict.py -f sometext.txt -w 123,456,789 -p 44
-p a chosen prefix will be added to each word on the file
-h will display the help file
A file catput.txt
will be created in the same directory.