September 2023
This program makes acronyms out of people's names: you input a list of people's full names, and for each person, the program has the option of either using their first name or their last name, which greatly increases the number of possible words that can be spelt. To test it out, press the "Generate Acronames" button below.
Loading wordlist...
My roommates and I wanted a name for our group: a name that was spelt with our first initials. My name is Ike Bischof, and for the sake of this demo, my roommates' names have been changed to Bruce Lee, Emma Watson, and Louis Armstrong, but their first and last initials have been kept the same.
Unfortunately, the only English word that can be spelt with our first initials is "BILE", which isn't the most flattering acronym. But it occured to me that if some of us used our last initial instead of our first, you could spell a lot more words than just "BILE", so I wrote this program, which checks every combination of first and last names against an English word list.
Eventually, I optimized the program enough that it could work with very large lists of names, and it even came up with the word "THERMOFORMABLE" as an acroname for every person in my circle of friends.
Try inputting the names of your friends, classmates, or colleagues. You can even include middle names if you want to increase the possibilities.
To see what the program is really capable of, we can input the names of the planets in the solar system.
Normally, there are no words that can be spelt with the standard initials for the planets, which is why we instead have to use mnemonics like "My Very Educated Mother Just Served Us Nachos" to remember them. However, the planets are named after Roman gods (except Earth and Uranus), and if you allow the program to optionally use the names of their Greek counterparts, then you can spell all sorts of words.
The program can come up with even more words if you include optional celestial bodies, like the sun, Pluto, and other dwarf planets like Ceres and Eris. These bodies can be listed in [brackets] to tell the program that they're optional. Click the button below to try it out.
The main caveat is that the program will reorder the planets to spell words with them, so the resulting acronames will not help you remember the order of the planets.