Welcome to the Love Calculator! This simple program takes the names of two individuals and calculates their love compatibility score based on the occurrence of the letters in the word "TRUE LOVE" in their combined names.
The Love Calculator is a fun, light-hearted program designed to determine the compatibility between two people based on their names. It combines the letters from both names, counts specific letters, and computes a score to predict the relationship's potential.
To run this script, you need to have Python installed on your system. You can download Python from python.org.
-
Clone the repository to your local machine:
git clone https://github.com/griffinsgri4/love-calculator.git cd love-calculator
-
Run the script:
python love_calculator.py
example: Welcome to the Love Calculator! What is your name? Alice What is their name? Bob Your score is 38, you are alright together.
In this example:
The user entered "Alice" as their name and "Bob" as the other person's name. The script calculated a love score of 38 based on the occurrence of certain letters in the combined string of the names. Since the score falls between 40 and 50, the message "Your score is 38, you are alright together." is displayed.
- Follow the prompts to enter the names and see the love score.
Contributions are welcome! If you have suggestions or improvements, feel free to create an issue or submit a pull request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a pull request
This project is licensed under the MIT License. See the LICENSE file for details.
If you have any questions or suggestions, feel free to reach out to me at [griffootieno@gmail.com].