{ "info": { "author": "Andrey Volkov", "author_email": "andrey@volkov.tech", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# Crossy words: word matrix\nLibrary that generates the word matrix in a way to have multiple words in one 5x5 matrix.\n## Available methods\n`getMatrix(lang=\"en\")`\n\nParametrs:\n- lang - language of words in the matrix. Values: \"en\", \"ru\". By default - \"en\".\n\nResult:\n- a list of lists representing a 5x5 matrix \n- a dictionary of coordinates of specific word {word: [coordinates in matrix]}\n\n`printMatrix(matrix)` - prints generated matrix\n\n`printWords(matrix)` - prints generated words with coordinates of letters in the matrix\n\n## Installation\n`pip install crossywords`\n\n## Example\n```python\nimport crossywords as cw\n\nmatrix, words = cw.getMatrix(\"en\") # getting a matrix and words in it\n\ncw.printMatrix(matrix) # printing matrix\nprint()\ncw.printWords(words) # printing words in it\n```\nOutput:\n```\nt a t s o\nr h l k b\ns o w k t\ng a n h n\ne t h i a\n\nthink - [[4, 1], [4, 2], [4, 3], [3, 4], [2, 3]]\nthank - [[2, 4], [3, 3], [4, 4], [3, 4], [2, 3]]\nown - [[2, 1], [2, 2], [3, 2]]\nshow - [[2, 0], [1, 1], [2, 1], [2, 2]]\ntalk - [[0, 2], [0, 1], [1, 2], [1, 3]]\nstart - [[0, 3], [0, 2], [0, 1], [1, 0], [0, 0]]\n\n```\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/AndreyVolkovBI/CrossyWords", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "crossywords", "package_url": "https://pypi.org/project/crossywords/", "platform": "", "project_url": "https://pypi.org/project/crossywords/", "project_urls": { "Homepage": "https://github.com/AndreyVolkovBI/CrossyWords" }, "release_url": "https://pypi.org/project/crossywords/0.0.6/", "requires_dist": null, "requires_python": "", "summary": "Word matrix generator that creates the word matrix in a way to have multiple words in one 5x5 matrix.", "version": "0.0.6" }, "last_serial": 4641351, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "8a440441f0831f3974e3f46da874b670", "sha256": "22d838edb0a7d34adb9f05633bc4ba252998ea42d09bb45295e8d175d388f13c" }, "downloads": -1, "filename": "crossywords-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "8a440441f0831f3974e3f46da874b670", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6252, "upload_time": "2018-12-28T13:21:29", "url": "https://files.pythonhosted.org/packages/88/22/cc4ecfdfe427424c4dbc6950ae2152fd99c6c2ec8849ef36105994bb0830/crossywords-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "510db9b6817a2899bbe0984d0717c80a", "sha256": "21c88ee446a66f112b1b3000e06a2306d327a8cc600aa0219b299c7bda69d40b" }, "downloads": -1, "filename": "crossywords-0.0.1.tar.gz", "has_sig": false, "md5_digest": "510db9b6817a2899bbe0984d0717c80a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4651, "upload_time": "2018-12-28T13:21:31", "url": "https://files.pythonhosted.org/packages/af/72/9197b279a8cd5aab95324affb5affc34653a2a46caee80594b9bfd2cd705/crossywords-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "455b272b6d5b7eb0cc6af5b5e8cea853", "sha256": "ad5e473352dbcfe55eea923072d526a2b2c374563bcd2fe8011821579a1b5800" }, "downloads": -1, "filename": "crossywords-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "455b272b6d5b7eb0cc6af5b5e8cea853", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6251, "upload_time": "2018-12-28T13:44:38", "url": "https://files.pythonhosted.org/packages/f2/0f/76488c0ba7be5a3151ef9308a0c75bfdb4482aab3cab10b658e5440162a8/crossywords-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3a37a51982e38ad4db5d581b043e49d3", "sha256": "5c8ad9b8a1d18f1f09d2a2a9584d05f41d860ed08f9203ba4dd30c8b9a60b92d" }, "downloads": -1, "filename": "crossywords-0.0.2.tar.gz", "has_sig": false, "md5_digest": "3a37a51982e38ad4db5d581b043e49d3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4653, "upload_time": "2018-12-28T13:44:40", "url": "https://files.pythonhosted.org/packages/40/ed/8b05a19e81fd616bdd72f9338ae178d89cbd55d7544c3ad388270aa12721/crossywords-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "25fbae7e6b7ca8cfc8d50bcf612db72f", "sha256": "9edddab48ee2c2984d3e8474cc56c9b1b3de78117c11ce4f49996d7257893e7b" }, "downloads": -1, "filename": "crossywords-0.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "25fbae7e6b7ca8cfc8d50bcf612db72f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6277, "upload_time": "2018-12-28T14:24:51", "url": "https://files.pythonhosted.org/packages/5d/fd/0f5bb1676b8d15609601b283ca1be773ad14136372043299f4d2c6a84a40/crossywords-0.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b22c52b73090d67892b4d46d4f4284f1", "sha256": "09286c36f1f726c891f91624a7fd27c61e9587e8a7e404593a3ac68a3a449007" }, "downloads": -1, "filename": "crossywords-0.0.3.tar.gz", "has_sig": false, "md5_digest": "b22c52b73090d67892b4d46d4f4284f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4673, "upload_time": "2018-12-28T14:24:53", "url": "https://files.pythonhosted.org/packages/43/10/7de231adad8dd1bd5cbd82acc4ab39907f8065178892fed6fcba191c0b08/crossywords-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "6ccff8eba6f6803416a7e769b7c247ef", "sha256": "b42f69ea13b83d0f4c1906ea8d10b03d6dcd14617d987598c3cd7edc1a02577f" }, "downloads": -1, "filename": "crossywords-0.0.4-py3-none-any.whl", "has_sig": false, "md5_digest": "6ccff8eba6f6803416a7e769b7c247ef", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6284, "upload_time": "2018-12-28T14:32:35", "url": "https://files.pythonhosted.org/packages/72/86/dfef82c5069d080b2440a316c3792cfc71cf4d526516bce74c492c495adf/crossywords-0.0.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7567e1039375f89129eb06439ebdd919", "sha256": "3e012be9f6b6f9a3dae010e0ed94428ab2f49c5e0329b0312379927fe472d9f0" }, "downloads": -1, "filename": "crossywords-0.0.4.tar.gz", "has_sig": false, "md5_digest": "7567e1039375f89129eb06439ebdd919", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4680, "upload_time": "2018-12-28T14:32:37", "url": "https://files.pythonhosted.org/packages/52/a5/b1b929b66d549ae100f52c0c10a75ad0cce9c4f950eee54bb59098b60091/crossywords-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "025889a75834d74f67bc35aa31b53810", "sha256": "af3ae85293cd6f15c651c772fe418be3384ee4b650478270b0e1683eaca08dca" }, "downloads": -1, "filename": "crossywords-0.0.5-py3-none-any.whl", "has_sig": false, "md5_digest": "025889a75834d74f67bc35aa31b53810", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6274, "upload_time": "2018-12-28T15:04:20", "url": "https://files.pythonhosted.org/packages/96/5c/525770ff4ad82439d56c5bc6a0994c9ac36151777a26e64b523689d84c87/crossywords-0.0.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0adfc07e3ce92decef4eb9283e57357a", "sha256": "a053a7dba5d470584edab087d996f6ec98ff7ec19f068e5d9a9504cbd5578fc7" }, "downloads": -1, "filename": "crossywords-0.0.5.tar.gz", "has_sig": false, "md5_digest": "0adfc07e3ce92decef4eb9283e57357a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4674, "upload_time": "2018-12-28T15:04:21", "url": "https://files.pythonhosted.org/packages/03/5b/155d4f8300965ac1a7577940aed6f6c5ff0f687c6e4948d3d824d104cf31/crossywords-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "0d2557816eb7ae52b7ffdfed905f3fe3", "sha256": "1c6d364137be19e70c9cae777413d974f4d17eddbab82df911738967afaf75f3" }, "downloads": -1, "filename": "crossywords-0.0.6-py3-none-any.whl", "has_sig": false, "md5_digest": "0d2557816eb7ae52b7ffdfed905f3fe3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6268, "upload_time": "2018-12-28T15:20:10", "url": "https://files.pythonhosted.org/packages/32/f3/86ba3c230411c22478a2e901fd82d5c958746a3de3d045a4ac7865e33874/crossywords-0.0.6-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a01f070e1015318f8b2060c744e720b7", "sha256": "c554a1b443954f6df5f90787f4252bff540b887c85581c9d8c4e6077c823ab6a" }, "downloads": -1, "filename": "crossywords-0.0.6.tar.gz", "has_sig": false, "md5_digest": "a01f070e1015318f8b2060c744e720b7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4669, "upload_time": "2018-12-28T15:20:12", "url": "https://files.pythonhosted.org/packages/16/54/5340b14ecc106417af74559efcaa4bc9c53303eec5133b31c90a906b24c2/crossywords-0.0.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0d2557816eb7ae52b7ffdfed905f3fe3", "sha256": "1c6d364137be19e70c9cae777413d974f4d17eddbab82df911738967afaf75f3" }, "downloads": -1, "filename": "crossywords-0.0.6-py3-none-any.whl", "has_sig": false, "md5_digest": "0d2557816eb7ae52b7ffdfed905f3fe3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6268, "upload_time": "2018-12-28T15:20:10", "url": "https://files.pythonhosted.org/packages/32/f3/86ba3c230411c22478a2e901fd82d5c958746a3de3d045a4ac7865e33874/crossywords-0.0.6-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a01f070e1015318f8b2060c744e720b7", "sha256": "c554a1b443954f6df5f90787f4252bff540b887c85581c9d8c4e6077c823ab6a" }, "downloads": -1, "filename": "crossywords-0.0.6.tar.gz", "has_sig": false, "md5_digest": "a01f070e1015318f8b2060c744e720b7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4669, "upload_time": "2018-12-28T15:20:12", "url": "https://files.pythonhosted.org/packages/16/54/5340b14ecc106417af74559efcaa4bc9c53303eec5133b31c90a906b24c2/crossywords-0.0.6.tar.gz" } ] }