🧮
Love Calculator
A console program that takes two names and computes a playful "love score" percentage based on shared vowels, consonants, first letters, and name l…
A console program that takes two names and computes a playful "love score" percentage based on shared vowels, consonants, first letters, and name l…
A console program that takes two names and computes a playful "love score" percentage based on shared vowels, consonants, first letters, and name length, then describes the relationship.
Please type Name 1.
Alice Smith
Please type Name 2.
Bob Smith
Calculating...
Alice Smith and Bob Smith have a 78% relationship.
They have a strong relationship that will most likely lead to a marriage.
python "Love Calculator.py"
Standard library only.