Skip to main content

A little word cloud generator

Project description

licence DOI

Linux macOS Windows
PyPI CircleCI TravisCI AppVeyor

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

Uploaded Source

Built Distributions

wordcloud-1.8.0-cp38-cp38-win_amd64.whl (159.9 kB view details)

Uploaded CPython 3.8 Windows x86-64

wordcloud-1.8.0-cp38-cp38-win32.whl (148.3 kB view details)

Uploaded CPython 3.8 Windows x86

wordcloud-1.8.0-cp38-cp38-manylinux1_x86_64.whl (372.8 kB view details)

Uploaded CPython 3.8

wordcloud-1.8.0-cp38-cp38-macosx_10_6_x86_64.whl (162.0 kB view details)

Uploaded CPython 3.8 macOS 10.6+ x86-64

wordcloud-1.8.0-cp37-cp37m-win_amd64.whl (157.9 kB view details)

Uploaded CPython 3.7m Windows x86-64

wordcloud-1.8.0-cp37-cp37m-win32.whl (146.9 kB view details)

Uploaded CPython 3.7m Windows x86

wordcloud-1.8.0-cp37-cp37m-manylinux1_x86_64.whl (365.1 kB view details)

Uploaded CPython 3.7m

wordcloud-1.8.0-cp37-cp37m-macosx_10_6_x86_64.whl (161.3 kB view details)

Uploaded CPython 3.7m macOS 10.6+ x86-64

wordcloud-1.8.0-cp36-cp36m-win_amd64.whl (158.0 kB view details)

Uploaded CPython 3.6m Windows x86-64

wordcloud-1.8.0-cp36-cp36m-win32.whl (147.0 kB view details)

Uploaded CPython 3.6m Windows x86

wordcloud-1.8.0-cp36-cp36m-manylinux1_x86_64.whl (365.4 kB view details)

Uploaded CPython 3.6m

wordcloud-1.8.0-cp36-cp36m-macosx_10_6_x86_64.whl (161.1 kB view details)

Uploaded CPython 3.6m macOS 10.6+ x86-64

wordcloud-1.8.0-cp35-cp35m-win_amd64.whl (157.6 kB view details)

Uploaded CPython 3.5m Windows x86-64

wordcloud-1.8.0-cp35-cp35m-win32.whl (146.6 kB view details)

Uploaded CPython 3.5m Windows x86

wordcloud-1.8.0-cp35-cp35m-manylinux1_x86_64.whl (361.3 kB view details)

Uploaded CPython 3.5m

wordcloud-1.8.0-cp35-cp35m-macosx_10_6_x86_64.whl (159.9 kB view details)

Uploaded CPython 3.5m macOS 10.6+ x86-64

wordcloud-1.8.0-cp27-cp27mu-manylinux1_x86_64.whl (349.5 kB view details)

Uploaded CPython 2.7mu

wordcloud-1.8.0-cp27-cp27m-win_amd64.whl (157.7 kB view details)

Uploaded CPython 2.7m Windows x86-64

wordcloud-1.8.0-cp27-cp27m-win32.whl (147.3 kB view details)

Uploaded CPython 2.7m Windows x86

wordcloud-1.8.0-cp27-cp27m-manylinux1_x86_64.whl (349.5 kB view details)

Uploaded CPython 2.7m

wordcloud-1.8.0-cp27-cp27m-macosx_10_6_x86_64.whl (163.2 kB view details)

Uploaded CPython 2.7m macOS 10.6+ x86-64

File details

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

File metadata

  • Download URL: wordcloud-1.8.0.tar.gz
  • Upload date:
  • Size: 217.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.0

File hashes

Hashes for wordcloud-1.8.0.tar.gz
Algorithm Hash digest
SHA256 35563d96802d29c876ef8fd9e83304ef796cee40b2e51c0a7fa570d468073236
MD5 0fc24e4eee32ede555c3aa7cf71a2b62
BLAKE2b-256 273f8ff149cfce0bffed6b475c1eec6f81b67464405c115c05e512621f7f41d8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wordcloud-1.8.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 159.9 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.0

File hashes

Hashes for wordcloud-1.8.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 b4d466d3d26047041bbeaac887c3ac2698371bef39278626b88df19a6c1a5678
MD5 34515586ba960c7a6a792c3c228f89aa
BLAKE2b-256 c13bf379004a79c5bbb007eed67158f85858fadcc498052778f27bbf57fe1b21

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wordcloud-1.8.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 148.3 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.0

File hashes

Hashes for wordcloud-1.8.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 008208dbdd5806ce388ef439b8c01224e1db9d1184a51fc572dbb528a862697f
MD5 bb0390893715f38e650e8854a0e9aeee
BLAKE2b-256 f46a3a43604aa79a376c0e9d28b657a640a3ca33f68eec0f578837d5d04f2fbd

See more details on using hashes here.

File details

Details for the file wordcloud-1.8.0-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: wordcloud-1.8.0-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 372.8 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.0

File hashes

Hashes for wordcloud-1.8.0-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 78108350bf608027a1cd90c468b2f973fdbab76736c8ac440fccd9eff472f1d3
MD5 2ec02864364e98d52662396b4f00dc94
BLAKE2b-256 6535c53fb705f319b5649eaacba2913fc895b9de311128e5644f167c544966c5

See more details on using hashes here.

File details

Details for the file wordcloud-1.8.0-cp38-cp38-macosx_10_6_x86_64.whl.

File metadata

  • Download URL: wordcloud-1.8.0-cp38-cp38-macosx_10_6_x86_64.whl
  • Upload date:
  • Size: 162.0 kB
  • Tags: CPython 3.8, macOS 10.6+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.0

File hashes

Hashes for wordcloud-1.8.0-cp38-cp38-macosx_10_6_x86_64.whl
Algorithm Hash digest
SHA256 1caea4b96c8f6649dd64f0362c44e7eaa80057156ee57444c9047d76ae1bbe40
MD5 52c84a2e35d4b93135c43395e08fc850
BLAKE2b-256 4bb396c46e79368b4a2e95f1c6d6a3d3e3888e405564800ee05633190684df75

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wordcloud-1.8.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 157.9 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.5

File hashes

Hashes for wordcloud-1.8.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 598c44842a43d06720a99814b464aecbc5707f5c40b73c9a64cd01954ceb8773
MD5 e199061f6e501e039efeb77a75533012
BLAKE2b-256 2762392187e519c7c39905fb47814a3d79a5fedf1f5c398759fef156d2bd18d3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wordcloud-1.8.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 146.9 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.5

File hashes

Hashes for wordcloud-1.8.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 999c475efbdef6c8f5f3ba3a2d5f7e7fc84c15b3a86a874ed6281ab8f3eaab01
MD5 8df4ad3440de18236473ad86aec28bf0
BLAKE2b-256 a6ea09a3065d8dc3176bf4708cd1827a81a08d11a00e73264827e5e43aa47d7a

See more details on using hashes here.

File details

Details for the file wordcloud-1.8.0-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: wordcloud-1.8.0-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 365.1 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.0

File hashes

Hashes for wordcloud-1.8.0-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 922f8f67d63d9920fc4e909bb573d730f752eb5d8b0f3564413fe440a0652471
MD5 0359b8b99f5b7e4e735b9a796506dc74
BLAKE2b-256 ff2e1022e0c6fe329a49b181a27db3acc647e34c16c5fe355d44f98655e38331

See more details on using hashes here.

File details

Details for the file wordcloud-1.8.0-cp37-cp37m-macosx_10_6_x86_64.whl.

File metadata

  • Download URL: wordcloud-1.8.0-cp37-cp37m-macosx_10_6_x86_64.whl
  • Upload date:
  • Size: 161.3 kB
  • Tags: CPython 3.7m, macOS 10.6+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.0

File hashes

Hashes for wordcloud-1.8.0-cp37-cp37m-macosx_10_6_x86_64.whl
Algorithm Hash digest
SHA256 b32f0e50c59ddbe81246f08274da2f88c5037aa5b0e5ae888016a293042b5616
MD5 c83d6032e89370a602340d9bb1fba5ac
BLAKE2b-256 774e37f27d2619bd739f445266aeba890cc4149a2c03ee80cc6175edd50133e7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wordcloud-1.8.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 158.0 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.8

File hashes

Hashes for wordcloud-1.8.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 2581d85e5f228a726cd72684bba91204acac64e51d434b396d7c9cd0abab15ca
MD5 603ba459a97231e1073d7f261f6b3505
BLAKE2b-256 f7aecac7f2dcc76bb41a47eda9cf1b83d5cfa745e2de211053fbb5cce94a3834

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wordcloud-1.8.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 147.0 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.8

File hashes

Hashes for wordcloud-1.8.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 79c928021f292d28bd13efb1b56239b5370ee695b74fb1e3e44fd64a8cbda05e
MD5 e7035ea4acf9c01d8cd42ab8ecedd817
BLAKE2b-256 7a57d65788fc07d14c375445800b8ee55443f882b3179b56c46d3225a459dd1d

See more details on using hashes here.

File details

Details for the file wordcloud-1.8.0-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: wordcloud-1.8.0-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 365.4 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.0

File hashes

Hashes for wordcloud-1.8.0-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 3b542eb1756602753333fe22b78236903ffeee3f54e3618dd13d44ae971c8c1e
MD5 b799c4ba809ad949fab70ff6a6220777
BLAKE2b-256 bc312ec30d9e48b76cd7eee593539c3002d0d88e7897d959c3fd2662ab6621d1

See more details on using hashes here.

File details

Details for the file wordcloud-1.8.0-cp36-cp36m-macosx_10_6_x86_64.whl.

File metadata

  • Download URL: wordcloud-1.8.0-cp36-cp36m-macosx_10_6_x86_64.whl
  • Upload date:
  • Size: 161.1 kB
  • Tags: CPython 3.6m, macOS 10.6+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.6.5

File hashes

Hashes for wordcloud-1.8.0-cp36-cp36m-macosx_10_6_x86_64.whl
Algorithm Hash digest
SHA256 99506a782e9ecd66790d67fe0bb532cd287b25538bd2d38c14dfd731998fe675
MD5 204b9608c71ccfe2e5f9dee8cab10fdd
BLAKE2b-256 427bbf5bcdfe180c6b50309c5704d3e86d53ea4d32d18db18c616ea220cc0654

See more details on using hashes here.

File details

Details for the file wordcloud-1.8.0-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: wordcloud-1.8.0-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 157.6 kB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.5.4

File hashes

Hashes for wordcloud-1.8.0-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 e26371aa6f4cbaaed62611fee2cb96fba44f41f074b8c2bc120ddfd31837f42f
MD5 e3d94ac6507aabab549d4ffc62c5f7cf
BLAKE2b-256 ae2d119b65c1362aaa0e02ee9280f45600df02a5609ca121307d7f520a50a3a4

See more details on using hashes here.

File details

Details for the file wordcloud-1.8.0-cp35-cp35m-win32.whl.

File metadata

  • Download URL: wordcloud-1.8.0-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 146.6 kB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.5.4

File hashes

Hashes for wordcloud-1.8.0-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 4e141c290eb7cdba8202d8f7d633cf13f05ef17af372445fd949ae681ec606ba
MD5 9017f331c793eaa9c8d4f709ec0bb9ed
BLAKE2b-256 c530b88a655f8d8ade978c25a9a84845ee806bdef18b457de808c4e234c02e9e

See more details on using hashes here.

File details

Details for the file wordcloud-1.8.0-cp35-cp35m-manylinux1_x86_64.whl.

File metadata

  • Download URL: wordcloud-1.8.0-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 361.3 kB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.0

File hashes

Hashes for wordcloud-1.8.0-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 e5a83413697bb2b985ca3362172cb97cdee95578c002240b1f3b8b5a9182cb29
MD5 17d583aa81a24e9b38cb64341465289c
BLAKE2b-256 f66d6e0a4424a15ee443b2ad6ef087df427817a8404b2a1ab33861885df0c104

See more details on using hashes here.

File details

Details for the file wordcloud-1.8.0-cp35-cp35m-macosx_10_6_x86_64.whl.

File metadata

  • Download URL: wordcloud-1.8.0-cp35-cp35m-macosx_10_6_x86_64.whl
  • Upload date:
  • Size: 159.9 kB
  • Tags: CPython 3.5m, macOS 10.6+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.5.5

File hashes

Hashes for wordcloud-1.8.0-cp35-cp35m-macosx_10_6_x86_64.whl
Algorithm Hash digest
SHA256 471bfaa820658c2b9b122243d346e4e63e3a68283a5108349b78ec91fa850b31
MD5 a3e03a95dc335d76f489d5c1f969bf25
BLAKE2b-256 853cfe390f4a935b202ff07d5dc030d57386973948358c29534daaaea0c12e53

See more details on using hashes here.

File details

Details for the file wordcloud-1.8.0-cp27-cp27mu-manylinux1_x86_64.whl.

File metadata

  • Download URL: wordcloud-1.8.0-cp27-cp27mu-manylinux1_x86_64.whl
  • Upload date:
  • Size: 349.5 kB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.0

File hashes

Hashes for wordcloud-1.8.0-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 c6a8bc0ba3443f31ea20060df3b0932c078d8df1be03499fea878dec07e6e3af
MD5 c1c1538ec92dc354f7945dea1fe28b0e
BLAKE2b-256 3634cb45e567815cbf8703e1ec7fdf4c8fb997066823c9fdde86a43380b31d7e

See more details on using hashes here.

File details

Details for the file wordcloud-1.8.0-cp27-cp27m-win_amd64.whl.

File metadata

  • Download URL: wordcloud-1.8.0-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 157.7 kB
  • Tags: CPython 2.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/2.7.17

File hashes

Hashes for wordcloud-1.8.0-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 4250a5230fbcf0b7561ef6bcf59339191571cabcabfce996547e29d6e3cc1796
MD5 ebdf5c0aff5b59176bc77d9f60519cf7
BLAKE2b-256 ae10ec59e2b9f05b470b3e44ac39f0c9e611dadf65dbbb9ae382e6f0c2f20b6c

See more details on using hashes here.

File details

Details for the file wordcloud-1.8.0-cp27-cp27m-win32.whl.

File metadata

  • Download URL: wordcloud-1.8.0-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 147.3 kB
  • Tags: CPython 2.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/2.7.17

File hashes

Hashes for wordcloud-1.8.0-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 04f5f22b70cb5fc60ce416ab98fd3f689dd7ae919af0740230880c7bf68e6e73
MD5 bbec965097a967143ecb64dbf125a01e
BLAKE2b-256 0ffd6b13fb62028ea77c2dae3256bea5e87027e205de4b06dc7699d9fc99fc32

See more details on using hashes here.

File details

Details for the file wordcloud-1.8.0-cp27-cp27m-manylinux1_x86_64.whl.

File metadata

  • Download URL: wordcloud-1.8.0-cp27-cp27m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 349.5 kB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.0

File hashes

Hashes for wordcloud-1.8.0-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 4b8368eea6a35faa6c124ffc1351c6e9925b035d10502df7fc42aec66dca405f
MD5 66ad3af518da12259f71a60af32ea048
BLAKE2b-256 ff894353ea3ff85b7e4394916a9ce54ff6969790f784a32dd4f17ac9a3911ee3

See more details on using hashes here.

File details

Details for the file wordcloud-1.8.0-cp27-cp27m-macosx_10_6_x86_64.whl.

File metadata

  • Download URL: wordcloud-1.8.0-cp27-cp27m-macosx_10_6_x86_64.whl
  • Upload date:
  • Size: 163.2 kB
  • Tags: CPython 2.7m, macOS 10.6+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/2.7.15

File hashes

Hashes for wordcloud-1.8.0-cp27-cp27m-macosx_10_6_x86_64.whl
Algorithm Hash digest
SHA256 e9abf25eb22f6524e582b4160730f374ccfe9eae5c40d2f2303708964c64226e
MD5 46c8fb31b19de383bf44c2ca55a11277
BLAKE2b-256 ee9762b7c9a176746224d421993484a98ef2bffd1c936f101aa00d3d822d84e1

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