Wordlist Combiner
This program is used to combine wordlists for dictionary attacks for password cracking. It loads each list, ignoring duplicates, and produces a single wordlist of the two lists combined. See the example below to understand the process better. Go here to see the Github project.

cat, dog, ferret
+
dog, bird, fish
=
bird, cat, dog, ferret, fish