The Love Calculator gives a fun, shareable love-match percentage from two names. Type your name and someone else’s, and it returns a number from 1 to 100 — purely for entertainment, and computed entirely in your browser.
How the score works
The percentage is a deterministic hash of the two names: both names are lowercased, trimmed, sorted (so order doesn’t matter), and run through a fast hashing function that maps the result to a value between 1 and 100. Because there is no randomness involved, the same pair always returns the same score — there is no way to reroll for a luckier number.
Just for fun
This is a playful tool, not a relationship test. Real compatibility comes from communication, shared values and time together — not from letters in a name. But it is a fun thing to screenshot and share with friends.
Everything is calculated locally in your browser, so the names you enter are never uploaded or stored.