A python package that solves word searches.
Project description
PySearch
A Python package that solves word searches
Usage
Create Word search, add words, dolve
''' search = '''(multiline string of letters, aka the actual word search)'''
words = [list of words]
my_search = PySearch.WordSearch(search) my_search.Words(words) final_search = my_search.solve()
for x in final_search: print(x) '''
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
PyWordSearch-1.0.0.tar.gz
(2.3 kB
view details)
Built Distribution
File details
Details for the file PyWordSearch-1.0.0.tar.gz
.
File metadata
- Download URL: PyWordSearch-1.0.0.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
02cbfb852cb1e0e137e7d00dc9e482c413c2ca9d020ce435c15f3be689432b51
|
|
MD5 |
ea73b87db0ec11a2c80e7c0eec85e933
|
|
BLAKE2b-256 |
8cc69cf55bb2a38bd184071c1e1f19d4c7383a8f817c795d3868b4c8cc455824
|
File details
Details for the file PyWordSearch-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: PyWordSearch-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
ba6d7b63832b41e59dcf2a49487e648d524c13e03267c8fbe288e6fa12849fe3
|
|
MD5 |
49d4f00b223e128595967602c2032174
|
|
BLAKE2b-256 |
2035c35a7c4f9e0decb270a52e5985207f3fb3a414d5f03e0216488af28665eb
|