Realtion match percentage calculator
Project description
lovematch
The lovematch library is a Python package that allows you to calculate friendship and love match percentages between given names.
Installation
You can install lovematch using pip, the Python package manager:
pip install lovematch
Usage
You can use lovematch in your Python code as follows:
from lovematch.friendship import calculate_frindship_match_percentage
from lovematch.love import calculate_love_match_percentage
# Calculate friendship match percentage
your_name = "Alice"
friend_name = "Bob"
friendship_percentage = calculate_frindship_match_percentage(your_name, friend_name)
print(f"Friendship match percentage between {your_name} and {friend_name}: {friendship_percentage}")
# Calculate love match percentage
your_name = "Alice"
partner_name = "Bob"
love_percentage = calculate_love_match_percentage(your_name, partner_name)
print(f"Love match percentage between {your_name} and {partner_name}: {love_percentage}")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
lovematch-1.8.0.tar.gz
(3.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file lovematch-1.8.0.tar.gz.
File metadata
- Download URL: lovematch-1.8.0.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1dbedc858c5ab8997469ccf91507c10f9d26e3df7a34806bd86ac64b9809dcb7
|
|
| MD5 |
a0789f9d1bcb1a0e9e50a1524b750d3e
|
|
| BLAKE2b-256 |
e43fcc074a74369ceb4ac85a6f1067376b9cbce418446308440ad6d485807378
|
File details
Details for the file lovematch-1.8.0-py3-none-any.whl.
File metadata
- Download URL: lovematch-1.8.0-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
762530b0514adb30e836d0d35353c0f1c246cb3a49818d5f3e2a08d77c382ad7
|
|
| MD5 |
5f3664fda182bf0f9a6c2094281e8196
|
|
| BLAKE2b-256 |
45917611e71460a927891b5bbb1e057c1b4ca413a4bf066b27571ad6fdc35dcc
|