Word Combining Tool

Word Combining Tool
I need script that runs on XAMPP Lite 1.7.3 for Windows.

Function as following:

– Import two textfiles with a list of words each.

– Combine each word from file one and file two in every possible combination. Only combine words from file one and file two or file two and file one, never from file one and file one or file two and file two.

– Write the results in a window and display two different versions of each result ready to copy and paste:
[word1 word2]
“word 1 word2”

– Button to save the results in a plain text file.

– A field that allows to enter a URL, with a placeholder. The Placeholder is XXXXXXX. The placeholder gets replaced with each word1 word2 in the format word1%20word2 and displayed in a window ready to copy and paste.

– Button to save the URLs in a plain text file.

Leave a Reply

Your email address will not be published. Required fields are marked *