# Linkedin_Queens_challenge
Solve the Linkedin daily challenge "Queens"
# Usage
Step 1- Take a snapshot of the daily queens problem board, and save this image
Step 2- Run the following code:
```
pip install linkedin-queens-solver
import linkedin_queens_solver
import cv2
image = cv2.imread("<path to the image where the board is saved>")
linkedin_queens_solver.solve_queens(image, visualize=True)
```
Raw data
{
"_id": null,
"home_page": "https://github.com/Utkarsh-Deshmukh/Linkedin_Queens_challenge",
"name": "linkedin-queens-solver",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "Linkedin Daily challenge Queens",
"author": "utkarsh-deshmukh",
"author_email": "utkarsh.deshmukh@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/95/e3/2ec68ac9b570653eca15cedca00c83ff58ab335f0cde334488694492425b/linkedin-queens-solver-0.0.2.tar.gz",
"platform": null,
"description": "# Linkedin_Queens_challenge\r\nSolve the Linkedin daily challenge \"Queens\"\r\n\r\n# Usage\r\nStep 1- Take a snapshot of the daily queens problem board, and save this image\r\n\r\nStep 2- Run the following code:\r\n```\r\npip install linkedin-queens-solver\r\n\r\nimport linkedin_queens_solver\r\nimport cv2\r\nimage = cv2.imread(\"<path to the image where the board is saved>\")\r\nlinkedin_queens_solver.solve_queens(image, visualize=True)\r\n```\r\n\r\n",
"bugtrack_url": null,
"license": "MIT License",
"summary": "lib to solve the linkedin daily challenge `Queens`",
"version": "0.0.2",
"project_urls": {
"Download": "https://github.com/Utkarsh-Deshmukh/Linkedin_Queens_challenge/archive/refs/heads/main.zip",
"Homepage": "https://github.com/Utkarsh-Deshmukh/Linkedin_Queens_challenge"
},
"split_keywords": [
"linkedin",
"daily",
"challenge",
"queens"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "95e32ec68ac9b570653eca15cedca00c83ff58ab335f0cde334488694492425b",
"md5": "757ea071a6ed0b83f96c3f8413a95a61",
"sha256": "61b55ce8d5ddd8808c8fc6ac071a2488e3625206da834bd5b8a0984631af2288"
},
"downloads": -1,
"filename": "linkedin-queens-solver-0.0.2.tar.gz",
"has_sig": false,
"md5_digest": "757ea071a6ed0b83f96c3f8413a95a61",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4513,
"upload_time": "2024-06-24T03:25:08",
"upload_time_iso_8601": "2024-06-24T03:25:08.532332Z",
"url": "https://files.pythonhosted.org/packages/95/e3/2ec68ac9b570653eca15cedca00c83ff58ab335f0cde334488694492425b/linkedin-queens-solver-0.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-06-24 03:25:08",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Utkarsh-Deshmukh",
"github_project": "Linkedin_Queens_challenge",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "linkedin-queens-solver"
}