🧮

Love Calculator

Python135 lines· A console program that takes two names and computes a playful "love score" percentage based on shared vowels, consonants, first letters, and name l…
view source on GitHub
Ready when you are
README· what to build

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.

love-calculator.py· Python 3.x
104 lines
Console· terminal