# 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:
```bash
pip install lovematch
```
## Usage
### You can use lovematch in your Python code as follows:
```python
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}")
```
Raw data
{
"_id": null,
"home_page": "https://github.com/Devparihar5/lovematch",
"name": "lovematch",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "python,love,match,percentage,calculator,lovematch",
"author": "Devendra Parihar",
"author_email": "devendraparihar340@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/e4/3f/cc074a74369ceb4ac85a6f1067376b9cbce418446308440ad6d485807378/lovematch-1.8.0.tar.gz",
"platform": null,
"description": "\r\n\r\n# lovematch\r\n\r\nThe `lovematch` library is a Python package that allows you to calculate friendship and love match percentages between given names.\r\n\r\n## Installation\r\n\r\nYou can install `lovematch` using pip, the Python package manager:\r\n\r\n```bash\r\npip install lovematch\r\n```\r\n\r\n\r\n## Usage\r\n### You can use lovematch in your Python code as follows:\r\n\r\n\r\n```python\r\nfrom lovematch.friendship import calculate_frindship_match_percentage\r\nfrom lovematch.love import calculate_love_match_percentage\r\n\r\n# Calculate friendship match percentage\r\nyour_name = \"Alice\"\r\nfriend_name = \"Bob\"\r\nfriendship_percentage = calculate_frindship_match_percentage(your_name, friend_name)\r\nprint(f\"Friendship match percentage between {your_name} and {friend_name}: {friendship_percentage}\")\r\n\r\n# Calculate love match percentage\r\nyour_name = \"Alice\"\r\npartner_name = \"Bob\"\r\nlove_percentage = calculate_love_match_percentage(your_name, partner_name)\r\nprint(f\"Love match percentage between {your_name} and {partner_name}: {love_percentage}\")\r\n```\r\n\r\n",
"bugtrack_url": null,
"license": "",
"summary": "Realtion match percentage calculator",
"version": "1.8.0",
"split_keywords": [
"python",
"love",
"match",
"percentage",
"calculator",
"lovematch"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "45917611e71460a927891b5bbb1e057c1b4ca413a4bf066b27571ad6fdc35dcc",
"md5": "5f3664fda182bf0f9a6c2094281e8196",
"sha256": "762530b0514adb30e836d0d35353c0f1c246cb3a49818d5f3e2a08d77c382ad7"
},
"downloads": -1,
"filename": "lovematch-1.8.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "5f3664fda182bf0f9a6c2094281e8196",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 4461,
"upload_time": "2023-04-19T12:42:04",
"upload_time_iso_8601": "2023-04-19T12:42:04.274871Z",
"url": "https://files.pythonhosted.org/packages/45/91/7611e71460a927891b5bbb1e057c1b4ca413a4bf066b27571ad6fdc35dcc/lovematch-1.8.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e43fcc074a74369ceb4ac85a6f1067376b9cbce418446308440ad6d485807378",
"md5": "a0789f9d1bcb1a0e9e50a1524b750d3e",
"sha256": "1dbedc858c5ab8997469ccf91507c10f9d26e3df7a34806bd86ac64b9809dcb7"
},
"downloads": -1,
"filename": "lovematch-1.8.0.tar.gz",
"has_sig": false,
"md5_digest": "a0789f9d1bcb1a0e9e50a1524b750d3e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3007,
"upload_time": "2023-04-19T12:42:07",
"upload_time_iso_8601": "2023-04-19T12:42:07.553466Z",
"url": "https://files.pythonhosted.org/packages/e4/3f/cc074a74369ceb4ac85a6f1067376b9cbce418446308440ad6d485807378/lovematch-1.8.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-04-19 12:42:07",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "Devparihar5",
"github_project": "lovematch",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "lovematch"
}