Skip to main content

A little word cloud generator

Project description

licence DOI

word_cloud

A little word cloud generator in Python. Read more about it on the blog post or the website.

The code is tested against Python 2.7, 3.4, 3.5, 3.6 and 3.7.

Installation

If you are using pip:

pip install wordcloud

If you are using conda, you can install from the conda-forge channel:

conda install -c conda-forge wordcloud

Installation notes

wordcloud depends on numpy and pillow.

To save the wordcloud into a file, matplotlib can also be installed. See examples below.

If there are no wheels available for your version of python, installing the package requires having a C compiler set up. Before installing a compiler, report an issue describing the version of python and operating system being used.

Examples

Check out examples/simple.py for a short intro. A sample output is:

Constitution

Or run examples/masked.py to see more options. A sample output is:

Alice in Wonderland

Getting fancy with some colors: Parrot with rainbow colors

Generating wordclouds for Arabic:

Arabic wordlcloud

Command-line usage

The wordcloud_cli tool can be used to generate word clouds directly from the command-line:

$ wordcloud_cli --text mytext.txt --imagefile wordcloud.png

If you're dealing with PDF files, then pdftotext, included by default with many Linux distribution, comes in handy:

$ pdftotext mydocument.pdf - | wordcloud_cli --imagefile wordcloud.png

In the previous example, the - argument orders pdftotext to write the resulting text to stdout, which is then piped to the stdin of wordcloud_cli.py.

Use wordcloud_cli --help so see all available options.

Licensing

The wordcloud library is MIT licenced, but contains DroidSansMono.ttf, a true type font by Google, that is apache licensed. The font is by no means integral, and any other font can be used by setting the font_path variable when creating a WordCloud object.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wordcloud-1.8.2.2.tar.gz (220.8 kB view details)

Uploaded Source

Built Distributions

wordcloud-1.8.2.2-pp39-pypy39_pp73-win_amd64.whl (147.8 kB view details)

Uploaded PyPyWindows x86-64

wordcloud-1.8.2.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (160.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

wordcloud-1.8.2.2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (161.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

wordcloud-1.8.2.2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (146.0 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

wordcloud-1.8.2.2-pp38-pypy38_pp73-win_amd64.whl (147.2 kB view details)

Uploaded PyPyWindows x86-64

wordcloud-1.8.2.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (160.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

wordcloud-1.8.2.2-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (161.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

wordcloud-1.8.2.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (145.8 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

wordcloud-1.8.2.2-pp37-pypy37_pp73-win_amd64.whl (147.2 kB view details)

Uploaded PyPyWindows x86-64

wordcloud-1.8.2.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (160.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

wordcloud-1.8.2.2-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (161.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

wordcloud-1.8.2.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (145.9 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

wordcloud-1.8.2.2-cp310-cp310-win_amd64.whl (153.1 kB view details)

Uploaded CPython 3.10Windows x86-64

wordcloud-1.8.2.2-cp310-cp310-win32.whl (145.6 kB view details)

Uploaded CPython 3.10Windows x86

wordcloud-1.8.2.2-cp310-cp310-musllinux_1_1_x86_64.whl (463.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

wordcloud-1.8.2.2-cp310-cp310-musllinux_1_1_i686.whl (447.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ i686

wordcloud-1.8.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (458.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

wordcloud-1.8.2.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (450.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

wordcloud-1.8.2.2-cp310-cp310-macosx_10_9_x86_64.whl (160.5 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

wordcloud-1.8.2.2-cp39-cp39-win_amd64.whl (153.1 kB view details)

Uploaded CPython 3.9Windows x86-64

wordcloud-1.8.2.2-cp39-cp39-win32.whl (145.6 kB view details)

Uploaded CPython 3.9Windows x86

wordcloud-1.8.2.2-cp39-cp39-musllinux_1_1_x86_64.whl (462.1 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

wordcloud-1.8.2.2-cp39-cp39-musllinux_1_1_i686.whl (446.5 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ i686

wordcloud-1.8.2.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (458.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

wordcloud-1.8.2.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (450.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

wordcloud-1.8.2.2-cp39-cp39-macosx_10_9_x86_64.whl (160.5 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

wordcloud-1.8.2.2-cp38-cp38-win_amd64.whl (152.9 kB view details)

Uploaded CPython 3.8Windows x86-64

wordcloud-1.8.2.2-cp38-cp38-win32.whl (145.5 kB view details)

Uploaded CPython 3.8Windows x86

wordcloud-1.8.2.2-cp38-cp38-musllinux_1_1_x86_64.whl (467.8 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

wordcloud-1.8.2.2-cp38-cp38-musllinux_1_1_i686.whl (456.3 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ i686

wordcloud-1.8.2.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (459.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

wordcloud-1.8.2.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (452.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

wordcloud-1.8.2.2-cp38-cp38-macosx_10_9_x86_64.whl (158.7 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

wordcloud-1.8.2.2-cp37-cp37m-win_amd64.whl (152.2 kB view details)

Uploaded CPython 3.7mWindows x86-64

wordcloud-1.8.2.2-cp37-cp37m-win32.whl (144.6 kB view details)

Uploaded CPython 3.7mWindows x86

wordcloud-1.8.2.2-cp37-cp37m-musllinux_1_1_x86_64.whl (437.6 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ x86-64

wordcloud-1.8.2.2-cp37-cp37m-musllinux_1_1_i686.whl (425.7 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ i686

wordcloud-1.8.2.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (435.2 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

wordcloud-1.8.2.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (427.1 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

wordcloud-1.8.2.2-cp37-cp37m-macosx_10_9_x86_64.whl (159.2 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

wordcloud-1.8.2.2-cp36-cp36m-win_amd64.whl (161.0 kB view details)

Uploaded CPython 3.6mWindows x86-64

wordcloud-1.8.2.2-cp36-cp36m-win32.whl (149.5 kB view details)

Uploaded CPython 3.6mWindows x86

wordcloud-1.8.2.2-cp36-cp36m-musllinux_1_1_x86_64.whl (437.4 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ x86-64

wordcloud-1.8.2.2-cp36-cp36m-musllinux_1_1_i686.whl (425.1 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ i686

wordcloud-1.8.2.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (435.3 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

wordcloud-1.8.2.2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (427.7 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

wordcloud-1.8.2.2-cp36-cp36m-macosx_10_9_x86_64.whl (159.1 kB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

File details

Details for the file wordcloud-1.8.2.2.tar.gz.

File metadata

  • Download URL: wordcloud-1.8.2.2.tar.gz
  • Upload date:
  • Size: 220.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for wordcloud-1.8.2.2.tar.gz
Algorithm Hash digest
SHA256 523db887e47e840eb5c2e60428243bb1d7439fdc60f89626b17bafa1be64459c
MD5 7ef9840aedf0804c7c48b28b79385bef
BLAKE2b-256 718b0feea1341a29c645ca9dbc7f453b1101ee0725059977c7fce23e1bd75b83

See more details on using hashes here.

File details

Details for the file wordcloud-1.8.2.2-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for wordcloud-1.8.2.2-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 3c39bd66f172f56257f09cec8fe246cd11ef36e9e16eeabe88933788d983c6a1
MD5 b388adf8e0456e226669b65d4e97ffb4
BLAKE2b-256 9b4d17ea17d06f281a26ac93e78c962ac9e6968812728bef4f888b3bd39bf368

See more details on using hashes here.

File details

Details for the file wordcloud-1.8.2.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for wordcloud-1.8.2.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 19c444200056b3d75b5d84a6cc018d6491da1841462546663ea3a88300db03f1
MD5 4a1279fb3e8aeb6bc55fbd17b4625b71
BLAKE2b-256 c8bf598e160e85e794210cb542c5753b5ef854d453cd62ca91d7863c671e65e1

See more details on using hashes here.

File details

Details for the file wordcloud-1.8.2.2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for wordcloud-1.8.2.2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1dc69a57a349272119ae633b8d6bcc9cde600aeb4342261e12ce169badcd28ca
MD5 35d52b5a44f9a45f40c9c8c5307b6629
BLAKE2b-256 6c2a8212c178b9e5a9a2a2f530325236da66f31be8dd7eaa65be6e69574e5def

See more details on using hashes here.

File details

Details for the file wordcloud-1.8.2.2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for wordcloud-1.8.2.2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 16ed864495573094e5b64f424d66d9030a638569182ad7c5b2c8e11ab78a2541
MD5 20503d10e2ec3cc430bb9e1327ffacb0
BLAKE2b-256 3ec9e3c38bf93fd66703c5a307d0d191d9d249d52d2d5df34de303c67c87fdbe

See more details on using hashes here.

File details

Details for the file wordcloud-1.8.2.2-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for wordcloud-1.8.2.2-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 aa0ddb25cde58232131072870f139d6c737d74d7a3b6a80fcb9721f3b9b2e7bb
MD5 642f3a2f0f4845374c8ae000fa0b0c2e
BLAKE2b-256 19b7aedf5a5863beebb3e9e113f6493fe33b9ba4d7f9139df36ecfacf1e6452d

See more details on using hashes here.

File details

Details for the file wordcloud-1.8.2.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for wordcloud-1.8.2.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d512c9867a43cbbfa51661ea2d7e3e84c4309ef29ee1be3e10b64f9d3353bd70
MD5 9cfdf7498e6dff2d6a7c140784bc749c
BLAKE2b-256 ecf8d1322423a48a7ae94643a86636adce07d54c311b2fd6b550c4daec41e025

See more details on using hashes here.

File details

Details for the file wordcloud-1.8.2.2-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for wordcloud-1.8.2.2-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c887681e9353e559f25421bfd3b358990ae80ed77c42f28eed810ab180047578
MD5 95ff8380a71c376b29c196cd6fb6ea6a
BLAKE2b-256 72bd5cae3ba00c4e39fc472b3c4112c312d291375ce6647109845b4c30bc9c2a

See more details on using hashes here.

File details

Details for the file wordcloud-1.8.2.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for wordcloud-1.8.2.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 001a0b4483fe4ec26302b306c1590a4c44a99483c2da8232012ac62177296594
MD5 1ce9ee6be49366f5fbaf102f782badc0
BLAKE2b-256 fb1c6dbad5de5413f00b985789e16f4474709fdbed7a0568dc3f234615788f6b

See more details on using hashes here.

File details

Details for the file wordcloud-1.8.2.2-pp37-pypy37_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for wordcloud-1.8.2.2-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 47f329426a0952a4509d4d0c8b84867f8d11e65cb81ee852ebcfad588598cda8
MD5 072b1d06f84165c69fe0bcd643061c44
BLAKE2b-256 6a59e433d2779bc780d3fead7990136ca96f23fad1af7543f65bd4fd749a82a8

See more details on using hashes here.

File details

Details for the file wordcloud-1.8.2.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for wordcloud-1.8.2.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 15da7c4ff531b19527fb605da11e747d418a4d81d78503c34fb11babf3196b7a
MD5 a03368297ad00e6732f8054826b8d01d
BLAKE2b-256 fd347963b8c931028026783df0b379f47070bec73e9be0ec923af8a2f3486fc0

See more details on using hashes here.

File details

Details for the file wordcloud-1.8.2.2-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for wordcloud-1.8.2.2-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 dd6d3f253f163ce21f6efc2cc675caf16ce474977de925b0adcdae9b97fe8659
MD5 cca3c4d894bf082aeb09793efabeb6c5
BLAKE2b-256 47115168f84a4347dbcdb8d97834723d785d8da2005d092e41258c871c5058ed

See more details on using hashes here.

File details

Details for the file wordcloud-1.8.2.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for wordcloud-1.8.2.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 be045984d2cdb4f181c7aff24001a97ade10d04b1098ac5c859748e2802263f4
MD5 d3a048f47038d766db8db64e8f043fb1
BLAKE2b-256 c8edaf01c2e356f56295d3c1bd4bab1a34165c8ca9410f8c62777a9975b0bf68

See more details on using hashes here.

File details

Details for the file wordcloud-1.8.2.2-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for wordcloud-1.8.2.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 bc2974162313e3702cfd314401c943bb94add4ae64a4d7d4ecdf93863133b5e1
MD5 7955c5b1e9132d221f75db30e1a3af1d
BLAKE2b-256 ac877449262032641e0da439ec61b5389b2a07901785f9cda74b6810e3811419

See more details on using hashes here.

File details

Details for the file wordcloud-1.8.2.2-cp310-cp310-win32.whl.

File metadata

  • Download URL: wordcloud-1.8.2.2-cp310-cp310-win32.whl
  • Upload date:
  • Size: 145.6 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for wordcloud-1.8.2.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 7344df98ea8556a4f8e12924cf0b2e2d7055b1565440fd0c2a453c2b7e1e240b
MD5 18253963658eeab95fff19e946eb592e
BLAKE2b-256 133306ff8d7edee4d5ed29449b90c6ee33432ee8d6e1401539b373b2ba971e4a

See more details on using hashes here.

File details

Details for the file wordcloud-1.8.2.2-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for wordcloud-1.8.2.2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 66bd735eb869a769806154067da01ecaeb4ce165d3c523c306e8ea7d376a1706
MD5 72e5a5dfed987e8f270782bb1ad2a691
BLAKE2b-256 3aef4fc3ed7093fd4a52108e96b3c683f100713ebd77b18f4f70bc40a97e6ad2

See more details on using hashes here.

File details

Details for the file wordcloud-1.8.2.2-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for wordcloud-1.8.2.2-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 c162814bc0ca2f1436e553ef8c451009c689f5a3f04be8acb5f1df7389b2dbc2
MD5 77311fa425c64a503ff40d89adb397c8
BLAKE2b-256 5caa47e12c136950d18c4c5ac93f2470db8e29c10e808f87fc7a03dec830e030

See more details on using hashes here.

File details

Details for the file wordcloud-1.8.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for wordcloud-1.8.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e6376f09543416d03844313d7e6e39eb0a42547e07001ac50be93fbd4c6c4431
MD5 df71fd95ff6978d40aba9422dc1a8c9b
BLAKE2b-256 c13f261cc7ab5f7d0e49f40c491cd0a11cf4e8f0702fcf37ae2a2251cf3ccf93

See more details on using hashes here.

File details

Details for the file wordcloud-1.8.2.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for wordcloud-1.8.2.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 334318eb345eafc3494d81fbbe11823fc945833e6a77cf05c7a6a1b88c1e1db0
MD5 e11862e0f7f403435ecd58d3b4f5193e
BLAKE2b-256 69da75e505c77688a0975721144fc79f28ae6f331aca66f07f3054a1d0e792f7

See more details on using hashes here.

File details

Details for the file wordcloud-1.8.2.2-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for wordcloud-1.8.2.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2a90f512c1c3c2a483d9d12b06a80124cecf813ec7a49b328dce6181c5440f2d
MD5 33e250150c43ef34de79f84b60ed03ab
BLAKE2b-256 4328956053b88d102ec45ccda2a66423c6703805718e2e9f6653f12d29a0446a

See more details on using hashes here.

File details

Details for the file wordcloud-1.8.2.2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: wordcloud-1.8.2.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 153.1 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for wordcloud-1.8.2.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 a3e6c77da50d1f5263281c72db8c2cf5893b2dd624ce684910b7830eb7069163
MD5 c5058ea148a4946e83b76bb3a74777ee
BLAKE2b-256 5dfb240a57f37c650721e30c86253348c2a0436ca6f6803bb5eb6d58cdca3018

See more details on using hashes here.

File details

Details for the file wordcloud-1.8.2.2-cp39-cp39-win32.whl.

File metadata

  • Download URL: wordcloud-1.8.2.2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 145.6 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for wordcloud-1.8.2.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 55224971bd7c3ba2a1038dd5aefa0559b3a320bf6f0b864c0469db5dfa7d587b
MD5 5e4b44f9660751ffef10cb0b82e0b803
BLAKE2b-256 7649a18b8e418582fce1fa8aa08682858a0b4afb9ea64f2b861beee3b8ea7a14

See more details on using hashes here.

File details

Details for the file wordcloud-1.8.2.2-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for wordcloud-1.8.2.2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c1fa72f4f94d7236eb6a1a86cfcfa6df292411047320c8deb173cac379a87c2a
MD5 84ff6d14f04bd6f11b23dcea93e53a06
BLAKE2b-256 905f99dd2fda582b2607ff4dd9d78c4c9d17ff859666e6fd69546df6082d20b7

See more details on using hashes here.

File details

Details for the file wordcloud-1.8.2.2-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for wordcloud-1.8.2.2-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 c70fd9ff86a4370d0ba9aede977440635a859b3c6a86693e178f2ecb4369e153
MD5 7cb5c4d1db9a86c255c5759a06157c59
BLAKE2b-256 dba32d8947415b483569576036c7cfa80b9bec993ab589abd80f85919b65cd7c

See more details on using hashes here.

File details

Details for the file wordcloud-1.8.2.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for wordcloud-1.8.2.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3b50378e7cb7b9a1990ff3a10dfcad968185a1fbfd99de68c436245bbd5cd669
MD5 cb1b843411cf4977d9acca8688a3ef36
BLAKE2b-256 744eced9ef5c7c3ccdd66bc48e60d867c053e8a94d0a00db658f46829441c679

See more details on using hashes here.

File details

Details for the file wordcloud-1.8.2.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for wordcloud-1.8.2.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d76e1939ca45907dcdf8b17fd64d5a392534f42a90b6194e806f08b65ed73948
MD5 edd24926a0f8397e3eb0ec4db897e75d
BLAKE2b-256 29f79eaf2b3efb8e70a51b7d1fc34dd42f9776893a0c8aec49ef6ee1d19d2d18

See more details on using hashes here.

File details

Details for the file wordcloud-1.8.2.2-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for wordcloud-1.8.2.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f6377f570838661ade045793e100f506a4e1f92ddac23455470a03617e30d2a8
MD5 210806fe4b362e82b73a074f3f281862
BLAKE2b-256 6e218ca1d8c2d6d97f836451ee8e70e7f20f046e7b4a70473e3505741d52dd66

See more details on using hashes here.

File details

Details for the file wordcloud-1.8.2.2-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: wordcloud-1.8.2.2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 152.9 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for wordcloud-1.8.2.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 31c09d77a01b3d5638f2e0e043cfcb0d90f1c8b4d12864132e1d421dc525467f
MD5 5963468740725dcb48c9f49c09bbb13b
BLAKE2b-256 fa6119099314c93861629db41678df8ad39fdf33423365aa56ad19e886a845d2

See more details on using hashes here.

File details

Details for the file wordcloud-1.8.2.2-cp38-cp38-win32.whl.

File metadata

  • Download URL: wordcloud-1.8.2.2-cp38-cp38-win32.whl
  • Upload date:
  • Size: 145.5 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for wordcloud-1.8.2.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 b4e4dcd8c1c2483c2c45082d1e9cd600924d84b52154324cce5579a3dac33c46
MD5 5e8b06c2a2ff0091c2a26d3956f919e3
BLAKE2b-256 b2bc5032090f0c808a84df46875d40036a47d6811a1b295a60223692c79c47c8

See more details on using hashes here.

File details

Details for the file wordcloud-1.8.2.2-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for wordcloud-1.8.2.2-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3e3f01635def27b971f178b8bc3438f3be09d91f72ab3b51b90a1ae16e4028d8
MD5 31822255a957d77dec9a855100f11a04
BLAKE2b-256 b256675a017425c550f3108cc1791a1f53be3eb1436b10e3fa9fd9e6c0f000f1

See more details on using hashes here.

File details

Details for the file wordcloud-1.8.2.2-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for wordcloud-1.8.2.2-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 4580f1cbf42b3a0565b140d580d6e249230373b8fa31e4491620af1caec45e92
MD5 26b19b9cc106ad6e5fa814a4d6f06c3d
BLAKE2b-256 dcf73a5eb547fb36483fda02fe75810890031d4357cf52ec73bdb83331f76e6c

See more details on using hashes here.

File details

Details for the file wordcloud-1.8.2.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for wordcloud-1.8.2.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5b6573eaab49a3682822ea7208077ed5b81210daa3ddb41a9d4879f9803d7b6b
MD5 33f35c0108b68364c1f6cb55bdd546b0
BLAKE2b-256 410b55f671f8c22bc2911a587e81a8b9285f194848ef91c706d33ecffb89b8c0

See more details on using hashes here.

File details

Details for the file wordcloud-1.8.2.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for wordcloud-1.8.2.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 55f6416f9958042fe92d751962a3dfd83e583828504d9f6e8f886e034b3354d0
MD5 bc64b3cf9e9d945bd2c3c54508b3cd52
BLAKE2b-256 19e92689b5a5da7e5a5f48f8bd63b67d0359247f0d9835c7acf26488395eee40

See more details on using hashes here.

File details

Details for the file wordcloud-1.8.2.2-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for wordcloud-1.8.2.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9595200d2e30ba161f585dfc5bf568010e76adc7c7bbc5d7149f0bf3b96996aa
MD5 3b1b6f9a99199ee046a75ef7dbb895a7
BLAKE2b-256 70a8834fb9dd0973a7950ba6fbe9e95dae84f482646a3950f63f4a76e29ca837

See more details on using hashes here.

File details

Details for the file wordcloud-1.8.2.2-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: wordcloud-1.8.2.2-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 152.2 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for wordcloud-1.8.2.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 b8fc88ce6bd9edb514473f10ea4fb14ef78fbd5266b56a614939c5a8a0256283
MD5 085b2709e7f354d9fca43ee30075ac17
BLAKE2b-256 e5fd6f5639019f32d45b28fc763b8c58cac72b2dbd070f4581195dfe219ef3a9

See more details on using hashes here.

File details

Details for the file wordcloud-1.8.2.2-cp37-cp37m-win32.whl.

File metadata

  • Download URL: wordcloud-1.8.2.2-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 144.6 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for wordcloud-1.8.2.2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 d2a966bdebdb4eab57ce4ce9a31e96b8772c0e5c46f7e334cb2e8afa59297d8a
MD5 622eb766406c6846c4d59295ab147b6e
BLAKE2b-256 33c1217d9aeb326cc1f78ba9c38545a5ef079704cb1a72ad1aeeeedc6225b6f8

See more details on using hashes here.

File details

Details for the file wordcloud-1.8.2.2-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for wordcloud-1.8.2.2-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3639eeb7c8b09f71376c6369277fb78d2dd8c96648034c3c25ee0f34f3e9249c
MD5 8920f55cde7054105d86e681fef469b7
BLAKE2b-256 ef852e515f09f407f2872bb9e59b413a82fb4093a378e8933df6b1b2f252408e

See more details on using hashes here.

File details

Details for the file wordcloud-1.8.2.2-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for wordcloud-1.8.2.2-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 cf81862e9ff7c7abca1fb883ee60d3274b1ce1b30f99cd07cc29c5f5d95cbab8
MD5 0169eb0bb735eb63394b22864dcdb64f
BLAKE2b-256 9615733c499a9fd557430396a91d87d079875844d03d47fb67366c7520869f1e

See more details on using hashes here.

File details

Details for the file wordcloud-1.8.2.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for wordcloud-1.8.2.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 43a71a15ac8f721f425d1030633f26a8037ddb767fe9bb45647fe5ed94b92eda
MD5 0a0669d8c2d0b9518079dc17968b90d2
BLAKE2b-256 051eff1052b62f233243f3d088d0815bf5ca0ed31f1aa64ae060dd78f3e1d636

See more details on using hashes here.

File details

Details for the file wordcloud-1.8.2.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for wordcloud-1.8.2.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 14f7d34c25ddad412fac32760bd5d6d1565a98821f6dd021cf6617203b0db5ae
MD5 91d20ddda44551f9b41693369c475840
BLAKE2b-256 5c7cacbf244b1a5196da668b4674759639d0df819099a75312eaeebd2a979c9b

See more details on using hashes here.

File details

Details for the file wordcloud-1.8.2.2-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for wordcloud-1.8.2.2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 61b292af5d88e719a641bb832280b81902df24a39936e6cf87ae0b6ea7910262
MD5 ac1d48d8a0c0b1f2c2ec1c963b982750
BLAKE2b-256 ae3322546a3ce88506e310886b367ffe3249a55650d87db1f1932b3c58467a98

See more details on using hashes here.

File details

Details for the file wordcloud-1.8.2.2-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: wordcloud-1.8.2.2-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 161.0 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for wordcloud-1.8.2.2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 ccd027f089df42d9d99f0a2d227823f1248d49826b82dc942e6066a16b825d99
MD5 ec0299e3a6d6524ccf59d5a6885ca0a1
BLAKE2b-256 41bcfdc10d6a6504db7dbd75077c5df44aebd29d6a439e3bf5ff9f4eb8180b44

See more details on using hashes here.

File details

Details for the file wordcloud-1.8.2.2-cp36-cp36m-win32.whl.

File metadata

  • Download URL: wordcloud-1.8.2.2-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 149.5 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for wordcloud-1.8.2.2-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 3d4da63b8f315caf3f715b23ab0a05d43139b9395e5e78b7e12b7ed2701d3a8e
MD5 9bfee98351bce7fda88404393c8ff3d9
BLAKE2b-256 9a450b0f664d26f6795579be43c6b607bd1eff84b1136d1a688272d45d0bcfb9

See more details on using hashes here.

File details

Details for the file wordcloud-1.8.2.2-cp36-cp36m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for wordcloud-1.8.2.2-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7b0a7e43b961ea7be13d7d7397fd131f8e795e1b36a23fdcab914a14d7c50def
MD5 6928562770eab2a61f128f65eac378dd
BLAKE2b-256 b0fa202a07f76d0b8426a21fa709f86b3f742f4737d73d67c9a7ce742a970c05

See more details on using hashes here.

File details

Details for the file wordcloud-1.8.2.2-cp36-cp36m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for wordcloud-1.8.2.2-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 a17055e10baee8e5f19d2b72c474d59dfb45660f66b92d3468fef44f0cc67b37
MD5 0dc2338699020287aab5d6e3a9d50476
BLAKE2b-256 6ab365f8a941e2cfe1ed521e9a182e99ee1fd1017b71f808187431d5d045066f

See more details on using hashes here.

File details

Details for the file wordcloud-1.8.2.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for wordcloud-1.8.2.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 948a947960ce688088e7617c9f82c26a0992c1e4e28a4de1f9a0afa736102556
MD5 1f60383ad1ec53f982cc9476524f4b00
BLAKE2b-256 58452b3712ca902a269a1f1352a26ae4b9bca8ed9b0e3ba4ff9dfa089927eb22

See more details on using hashes here.

File details

Details for the file wordcloud-1.8.2.2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for wordcloud-1.8.2.2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 52acd837fdd26239352f77be1491148b36e77f3c31ce7a9fe232664bfadd1a2c
MD5 b41a63dcf5a2106cf59e4a42aecd85a6
BLAKE2b-256 46d7c744743832a0c259d0249f687c8071bb92b4e9b8251661a026b3ccd56f6b

See more details on using hashes here.

File details

Details for the file wordcloud-1.8.2.2-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for wordcloud-1.8.2.2-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 90174d2154d554e186e4db14121315bb0e2cb4b0c88d0ca0f8f99831f672cfea
MD5 dcc1d27571b80292f990544b941db88e
BLAKE2b-256 bdc7100266adf0003b43b551a1065687c1bf9e7061d5ce370ce4434c8fdf8eda

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page