pyBegin / projects / love-calculator
🧮

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…

135 linesRunnable

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 length, then describes the relationship.

Example

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.

How to run on localhost

python "Love Calculator.py"

Dependencies

Standard library only.