🧮

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

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.

How to run

python "Love Calculator.py"

Dependencies

Standard library only.

Pyodide-runnable

Yes — it is a pure-stdlib console program using only input(), print(), random, and time.

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