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 3.7, 3.8, 3.9, 3.10, 3.11.

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, pillow, and matplotlib.

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.9.1.1.tar.gz (222.8 kB view details)

Uploaded Source

Built Distributions

wordcloud-1.9.1.1-pp39-pypy39_pp73-win_amd64.whl (148.2 kB view details)

Uploaded PyPy Windows x86-64

wordcloud-1.9.1.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (160.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

wordcloud-1.9.1.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (161.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

wordcloud-1.9.1.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (146.4 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

wordcloud-1.9.1.1-pp38-pypy38_pp73-win_amd64.whl (147.5 kB view details)

Uploaded PyPy Windows x86-64

wordcloud-1.9.1.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (160.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

wordcloud-1.9.1.1-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (161.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

wordcloud-1.9.1.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (146.2 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

wordcloud-1.9.1.1-pp37-pypy37_pp73-win_amd64.whl (147.6 kB view details)

Uploaded PyPy Windows x86-64

wordcloud-1.9.1.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (160.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

wordcloud-1.9.1.1-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (161.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

wordcloud-1.9.1.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (146.3 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

wordcloud-1.9.1.1-cp310-cp310-win_amd64.whl (152.1 kB view details)

Uploaded CPython 3.10 Windows x86-64

wordcloud-1.9.1.1-cp310-cp310-win32.whl (144.9 kB view details)

Uploaded CPython 3.10 Windows x86

wordcloud-1.9.1.1-cp310-cp310-musllinux_1_1_x86_64.whl (458.0 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

wordcloud-1.9.1.1-cp310-cp310-musllinux_1_1_i686.whl (439.3 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

wordcloud-1.9.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (455.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

wordcloud-1.9.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (445.6 kB view details)

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

wordcloud-1.9.1.1-cp310-cp310-macosx_10_9_x86_64.whl (160.0 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

wordcloud-1.9.1.1-cp39-cp39-win_amd64.whl (153.3 kB view details)

Uploaded CPython 3.9 Windows x86-64

wordcloud-1.9.1.1-cp39-cp39-win32.whl (145.9 kB view details)

Uploaded CPython 3.9 Windows x86

wordcloud-1.9.1.1-cp39-cp39-musllinux_1_1_x86_64.whl (463.8 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

wordcloud-1.9.1.1-cp39-cp39-musllinux_1_1_i686.whl (448.8 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

wordcloud-1.9.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (460.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

wordcloud-1.9.1.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (451.3 kB view details)

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

wordcloud-1.9.1.1-cp39-cp39-macosx_10_9_x86_64.whl (160.8 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

wordcloud-1.9.1.1-cp38-cp38-win_amd64.whl (153.1 kB view details)

Uploaded CPython 3.8 Windows x86-64

wordcloud-1.9.1.1-cp38-cp38-win32.whl (145.8 kB view details)

Uploaded CPython 3.8 Windows x86

wordcloud-1.9.1.1-cp38-cp38-musllinux_1_1_x86_64.whl (470.6 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

wordcloud-1.9.1.1-cp38-cp38-musllinux_1_1_i686.whl (458.0 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

wordcloud-1.9.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (461.4 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

wordcloud-1.9.1.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (453.7 kB view details)

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

wordcloud-1.9.1.1-cp38-cp38-macosx_10_9_x86_64.whl (159.0 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

wordcloud-1.9.1.1-cp37-cp37m-win_amd64.whl (152.5 kB view details)

Uploaded CPython 3.7m Windows x86-64

wordcloud-1.9.1.1-cp37-cp37m-win32.whl (144.8 kB view details)

Uploaded CPython 3.7m Windows x86

wordcloud-1.9.1.1-cp37-cp37m-musllinux_1_1_x86_64.whl (439.8 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

wordcloud-1.9.1.1-cp37-cp37m-musllinux_1_1_i686.whl (426.7 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

wordcloud-1.9.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (437.7 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

wordcloud-1.9.1.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (428.1 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

wordcloud-1.9.1.1-cp37-cp37m-macosx_10_9_x86_64.whl (159.6 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

wordcloud-1.9.1.1-cp36-cp36m-win_amd64.whl (161.3 kB view details)

Uploaded CPython 3.6m Windows x86-64

wordcloud-1.9.1.1-cp36-cp36m-win32.whl (149.8 kB view details)

Uploaded CPython 3.6m Windows x86

wordcloud-1.9.1.1-cp36-cp36m-musllinux_1_1_x86_64.whl (439.7 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ x86-64

wordcloud-1.9.1.1-cp36-cp36m-musllinux_1_1_i686.whl (426.8 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

wordcloud-1.9.1.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (438.3 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ x86-64

wordcloud-1.9.1.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (428.7 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

wordcloud-1.9.1.1-cp36-cp36m-macosx_10_9_x86_64.whl (159.5 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: wordcloud-1.9.1.1.tar.gz
  • Upload date:
  • Size: 222.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for wordcloud-1.9.1.1.tar.gz
Algorithm Hash digest
SHA256 c0e2c53c59f6797d2cefc7365dc03fa6c9005eab3d2b02fba542e4971689141e
MD5 0418e9026e37fee238d3703e93cfc195
BLAKE2b-256 a692a3a7b2402123b9af442dcc6e7ba0d2313bb0eafc398c2d9eb7f7d9b7ac53

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.1.1-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 ee66a7af9e12bffb90b31fa4f95bf7969d1204596fbfc21d8fa67c8780e67cdc
MD5 093dd020475841d1ae4521e8b85a6b26
BLAKE2b-256 4deb110c8395fb16192f65dc1f9d0fcbc8f343c091d94171704614daed3966b3

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.1.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a41b9ea8fd488c9e989cbb908000901b01e600b0e6c1185d638efadde4c066ce
MD5 816249bd8fcb81499b1e3ad4221b8923
BLAKE2b-256 fdd70b5b9bff93d9251543f64a897befc6f876aa1665e5760719b2330f2d6028

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.1.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c9d6f60740620dfdb63189d5f7402088052dbef96d8ac688e21c1c967a265895
MD5 3822cccde9bb44458aa79b665a308a70
BLAKE2b-256 11e1a96292a74643579febca8d7cc8ee67c8df04a1b3220e95dc28c4766e913e

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.1.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b48ca039f67334844febe9d8aed43a019a4d14c6e0f89836123c502596927ef6
MD5 315fc98d6e5d275b0bd3f16d710e8028
BLAKE2b-256 7cb5d42324bd712c7360c3f2548e1fcb26c3e60c6321656b43a10983006896b6

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.1.1-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 2aa52c26623539e0069d46ecfb3820a8a90482abc23f81d443bfb5d0aa4359c9
MD5 8abb8a42555d83910bc691ede706d1a7
BLAKE2b-256 6680742b79f28a9c4085d196651b88058f5b0ef7beffadcc7c15fb15de0ea209

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.1.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 405bba02675baab05b8b9ad4fcd925f37f20af499da5b03938a4b5c0d10982dc
MD5 17850813cdadd2a1cfa889de9d6d92b6
BLAKE2b-256 2aeb30149aaab9fac1dc3d4c8514caca3953b20294df1eb9246352cd2bc4fe0e

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.1.1-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 246dcd6cd316821da909c3608accafaec6a8d89b2817c75e3dc81c97b92522d1
MD5 0d40ef470b2178de00b22a3956bec484
BLAKE2b-256 bc287f03828c842c957c5ee6efbae95c1594c9a263fb41ada914a3fe0c66de10

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.1.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cb70c18d47e0d51ee08faffd49dbf5f094a2a650fa8de96a11dd9f7ad6c5c7fd
MD5 6ad38b2f22c83c424571173167314ad5
BLAKE2b-256 b3b19b9169f21fa2a66a0d350980ef06db13d7cac61cd0dfd7af61101225cd5c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.1.1-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 13d702779c352d462885a76af717793454bfb9ec4c3cbf5eb6faba40a4431720
MD5 defb66be754b2058b79b266290bc6350
BLAKE2b-256 40cf3436e2187d1a5bf3cc4f120e97f1e017d4df9024e9949cfb831bc5c14431

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.1.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 20b7bcc6210aae11d818d2bbdfa4da23a21bf6e12c05f65e0c9f90a7e274071a
MD5 bf0d1b701632c242deeb69333505d77b
BLAKE2b-256 5f3d0c175d2978210ab06557300156d08ad9834eaa69aec5f91ee924610f7b51

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.1.1-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8671a95e3af7f8cdaa8c5fbb158f9fa1f77169b95ff4163d71668c54ce3ad9f4
MD5 dad53e928d8cbbbc96ca6953984c5182
BLAKE2b-256 607e7613310d6401feb48de11755354feddbe7568319da3d93f04900ad852eeb

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.1.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2fbaabbbb8837d78087016ef5f1a6e122e5f4e881b4173c8fc7d76b2df8cf56d
MD5 3e7e88684aeba09be9c530a71efdb77a
BLAKE2b-256 dca2a82c289f140d7bcb07101b34e43d8a6fd53873fbbe2bb5a122a2cf0cb1ca

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.1.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 bf1e80c36adf6dfc840a55af9586d283aba0ad9a5f9a231f9ef267817ec53e84
MD5 a09da8fcf3276303eaebe252d9f6503c
BLAKE2b-256 52482628d1cacfe7f123a57d35cd50e294274b3868a9a6bf796206c6f98a96bf

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: wordcloud-1.9.1.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 144.9 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for wordcloud-1.9.1.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 8aee21cc8af453b918c7f8bdee11148bf9e3216068f5ab38359e88e8f161e62d
MD5 80e3c1510a280baf3722dde175f99e94
BLAKE2b-256 14d52d02460432d1e93a787b25078f122c4cc038112db13825643beaa74eaf09

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.1.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8610a68fab619edffa0fed57913bc5c131b1664891b95667a4fa2ba2ef026ea9
MD5 943a52e8ede662d523ec27da4635ae5d
BLAKE2b-256 2d181ab3410a359a9e0e45e532c90f6defa9d420358df83fa734b187c543279d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.1.1-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 31b4163fdfd913f554aefa56749689cf70bcbe8a675fb1231193b0bc49197bcd
MD5 2d336c1c48c314b0bee2d1739ce0efad
BLAKE2b-256 024c9441f9a51839aca6dc31c50be48128130585f7a2861c868188e29ef71b55

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dd90199e751d9b96df4eaac478c17ef2323957833d3231f33311c9bf4e907426
MD5 3f4763b54e661aa3100442b970122917
BLAKE2b-256 fe873b9203c12637e57f1914974e6d1044cc5e8659d15cf31a71ea2fec0a3ebc

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fe1b94ae941383427d2be276e1253df78d1b26cec9f5a0b4ddbaf2fa6ecf8df6
MD5 0072d9357a48bd7695f2a141835433a3
BLAKE2b-256 772c4e21d6632c66546db3b8d67e1d6e4ffbccceba85d276c2cfbefc245c84a7

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.1.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b71779df65def7a7b08abbcd8a47e7c1ed23c4573e57ea2302e8653d0fd1905a
MD5 3eb55c07c1714bdcab277d3397834ca0
BLAKE2b-256 de65c24d8f9297064e8807eaa57b300961d251e3eda8610e0b38eb93bdd1d0a8

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.1.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 38849161200cb2db678f81d80bd7ebdd77f0b2a17bcfd688cbbd8f9841ea0e1e
MD5 36b7d4b2b2a164a3530414f11ed6fdab
BLAKE2b-256 fbfc7d2306a9e936f9e06ec83ca96852c0c34fdd32cf6b179ab987aaf374c1f8

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: wordcloud-1.9.1.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 145.9 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for wordcloud-1.9.1.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 3fdc9f658db35aff2384cc59b970358fe10b8eec393b2ab25eb27756c43c2c02
MD5 da24e1cd645766c4b1280de5e54ab284
BLAKE2b-256 d559f43e46f65793a1969dbe0731295fdf0f648c208e7e85017d096356bd79ae

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.1.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8dae59985f547e272ce742ca267be3b78805aecae8ab9b72f62f19a4f6e61e96
MD5 9d7ad08eb9c6339549e75ccc20b8740f
BLAKE2b-256 c15b8f888970e8a6f5cb8b376471fb3912393c72c419808c51c5a767398d0033

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.1.1-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 09f902bc8aad87784ca934b93464d2e8c6e42e10827554c0ca07bb6d5b122f07
MD5 7c47c17724b1bd184d427f3e018a0471
BLAKE2b-256 57db7a281cfab2b756f979c86069614fc8d595ba6c336e7abf049ecadcf7397e

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cf844639b3897daa5cb8bf99dc8c19a16f1cceeceb03cb2e6f1c08ea3169601f
MD5 c13edeb77e04b99c9aec628c8b8e7d51
BLAKE2b-256 500614d8e8793d81c887ae23e484d545e3c5c17a838fc76609895de6a1cad08d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.1.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4d99593af6bd7cd18c47f66d8f73d5c297c78e9baefea1b2f29fbf38256d943d
MD5 51d1ce536dfd7a3b5431a1377910e799
BLAKE2b-256 492891b4e7fc70ba4e567ff8e046708cf2d45c68a62e3a2607be8a69a3e2b402

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.1.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d26bdf93d592dc29942d6f73e768e2a91c9f70402ca8afb76fce0ee8916d8ae8
MD5 59f44de8867ece7d250ae3a8ee2fb4ff
BLAKE2b-256 5efabfd5a07ca76cf27e2bbc7cfd0857149947e8bbed9f9beded414b3fe65bd3

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.1.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 28a6a50c1006941a8326bd4deb3656b7dbb35786989c32f90d5de5ae83f3210f
MD5 5dc16d540f9d3f1cf662bedf5ca5d67b
BLAKE2b-256 884889a2138061079f1beb5c6a804aa5fbec26d470f042dd998e31367bb9a821

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: wordcloud-1.9.1.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 145.8 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for wordcloud-1.9.1.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 48d709aaa105befac5cd0555ae4dd3f907565851940b25207d6982ca78aa7f95
MD5 35f07641156959ab3aa58e228bb12ce4
BLAKE2b-256 ff4d0a021113ba1647d8ee5440a8f1f44df8cddc05a767dbc792e7356cfa8d2b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.1.1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5683969b569767187b04fee7b820694a2a523543ff3a9af0d552de0c42bf5d61
MD5 67f5874a459ef3c49a8ee75b2a5f33b3
BLAKE2b-256 71207eabfbb58eed2c923a655ea635e992464af5f96e1c571941405dce9df645

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.1.1-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 191909747ecd4173dd49b3fea165d00e5c3e41be0d720cf6ae599f058dfb5308
MD5 7a92c6ce2cccfda3b880e4ff1f6dfb12
BLAKE2b-256 4fb01dd299ad78b55db5447032eda8f1b54ef70a0afd07bb852ef0a809b17132

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6fcec211360af6cc3584d6e539a7776ce75a68fb17c2a770fed704a2ce232e9f
MD5 2d83cae45ed2b07400bbf3cc06c12aec
BLAKE2b-256 fe9971f20790440d6131a5dcb6068dc93a774e7afd3a8350c4c55ff134f86655

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.1.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3430d7d30d444d9f0266380e50222a08eaf6cd4ef7b562e061a88fc6ca4c82e7
MD5 fdaf14df852170a982a3a4f4e305fff7
BLAKE2b-256 baf30129c66ddafad708d39426702755980523aa6232f819ccfae6cf18ecb2eb

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.1.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a6835498302a332fe66946d4a2246319ebcd124579b177a30068894becc9aaf8
MD5 aca39330922be52d5034b16b04aebd43
BLAKE2b-256 9395978bb6eefb914d20e8e61a8f7ab87c84308a78135884a7cf1fd7f433cba5

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.1.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 14cc7811ea90f88f01a61adea3829087e5fca4ed740cbfe3fc0122a0e960b4ab
MD5 8def5583027448e2995bc8bd83b0e346
BLAKE2b-256 a5b7338f0555c0380469d80fcd558d77a121d63e86df27a75203b2d476b7fcbb

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: wordcloud-1.9.1.1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 144.8 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for wordcloud-1.9.1.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 8ef814a8a6481d73d29737a809001b13371972225cef98b55a7fc9403e528aa1
MD5 2cdfa7d1428746ba2484f8920ec4619d
BLAKE2b-256 9b0ac7526a6cc59ce6e397def3552dd168432d5aea571e903964e255b247ca87

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.1.1-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c0053733cef3bf4191d393b938850c5418a917bfe6c190509c8fcad1e607d8e3
MD5 c766a2a4ff96b892f6650491317cb673
BLAKE2b-256 b8202b074fec084e4fd95108caebf04c86a3b50be6cebb29ac5d59e432d29886

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.1.1-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 6c90e5c67aa525cf761f7c1a619296d5d4e5646cc8a9931fda345e87f1c71fed
MD5 9013a66e01219ff0850e905c7fd0591d
BLAKE2b-256 8d244d8171b3eb664a606dae31c64f0acbccc588cdd38f8d41c5cee354ea2710

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d6ad72d03175f61a8a048adac193cefa016295f60695460634dc827d7d220e03
MD5 0094a6daa75630f938ab61f58b881c2a
BLAKE2b-256 349a91af69cebdcf3c137313d748dc02731751ce80b127bba6cc507dcb9f8e03

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.1.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3ed7f641bee70950ba66022caf87c1a5540c19d879c5aa8eff4d1776ae6faa7f
MD5 aef92bdeda083b8ba741e691575c71bc
BLAKE2b-256 6dcddf30ddeb74336deeb834c004289f2539c0ba2087a5b1bf0e5fef87b157ad

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.1.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3f0110866d3d5bf2705989f506fc72cffb899aed2edc790a8b0060b5c84f5f99
MD5 b0f8cb659b9178fb6aef73bcffbd7981
BLAKE2b-256 e3ac66a1f9889a5303fdc60eeb42887babe7b851973234218c9b78995bf5c4f7

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.1.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 e2e3bc96cecf6fba2289b1f8fcae00db5ca307131bd4ab81365869792bbbc0d5
MD5 00b9fe4e1404085dbe6ff115dd367e12
BLAKE2b-256 cfcbfaf88c524029839be75356e6cb01112e814d7b101bbe219814e55bf5cfc7

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: wordcloud-1.9.1.1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 149.8 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for wordcloud-1.9.1.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 a79d58e3ae6e60a5d366be5e438b73212b603ed246f7acc3d32b4ac40575ef5f
MD5 4f51cd8430b682c83c682e65f379f4dd
BLAKE2b-256 bcf33a197d0bf1d0ac447618e56ff0b65a4e587d5ff98ca5ea81ba0bd8149bb2

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.1.1-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b8a3901f4d31e634358239fcd33aaa29dcd3d658877cc331a218d9a915808caf
MD5 14c152bb91e537b5a0aff5303b0dd5de
BLAKE2b-256 b0193e22c3858c169d0b442a086144f2aee681be230050cbabf562c04c13730c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.1.1-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 5d6f597947159ffd9fd01194e30d82af139ebd83f531eeea4c0a7bda76973723
MD5 ac28f036ae3a222ae35de19f0b1d5a76
BLAKE2b-256 59a703c359c05c4f5f2c2861545d6ce12776ee4c5303c9e31ac626ac34c3771d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.1.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6f4089b8d0426f80321e437c53feb9aefcaaeb778f198f5d3657c69679df54c3
MD5 642c11e9d88243c8233e68e0e19e99e4
BLAKE2b-256 0fd41fdbac01c6b0b309c796b216a0cdc1d77e2031b2f495d488ad441831eb5d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.1.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 700e3d0f3209182beb6c1f2abbf30b3a3f1967c80451e238da0413e616891804
MD5 4aa24cabc9236850e3c6aa86d950de32
BLAKE2b-256 4abe924867e657e90b23a3fbdce50cf1632c6cc0377c6a29d9c64f12a90c6890

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.1.1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 25c1ff63a4fced0de4a3b841efec603082ceb0b8a34ee87b510b4cb2e1de3ed9
MD5 db57834a0dc8e6c916f381da64d8117d
BLAKE2b-256 146336426d793cc913332d14ad576a7b375067f879a18107076cf3882f7e76a8

See more details on using hashes here.

Provenance

Supported by

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