Love Calculator
A playful love calculator that turns two names into a compatibility score out of 100. Just for fun — enter two names and see the match.
How it works
How the score is made
Both names are combined (order doesn't matter) A hash of the letters produces a stable number from 0 to 100
The same two names always give the same score, and swapping who's first doesn't change it. The result comes purely from the letters in the names — it's a light-hearted game, not a measure of any real relationship.
Worked example
Enter “Alex” and “Jordan” and you'll always get the same score, because it's computed from the letters rather than by chance. Try your own names and your friends' just for fun.
Frequently asked questions
Is the love calculator real?
No — it's purely for entertainment. Real relationships depend on communication, trust, and shared values, none of which live in the letters of a name.
Why do I get the same score every time?
The score is calculated deterministically from the two names, so the same pair always produces the same number. That's by design — it's a game, and consistency is part of the fun.
Does the order of names matter?
No. The calculator sorts the names before scoring, so “Alex and Jordan” gives the same result as “Jordan and Alex.”