{"id":17465011,"url":"https://github.com/erdogant/worldmap","last_synced_at":"2025-09-01T12:03:03.403Z","repository":{"id":62589478,"uuid":"230810293","full_name":"erdogant/worldmap","owner":"erdogant","description":"This python package enables to color different countries in the world or the regions per country.","archived":false,"fork":false,"pushed_at":"2023-10-17T18:23:09.000Z","size":12709,"stargazers_count":13,"open_issues_count":3,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-07T23:12:19.780Z","etag":null,"topics":["coloring","coloring-graph","countries","graphics","plot","python","svg","worldmap"],"latest_commit_sha":null,"homepage":"https://erdogant.github.io/worldmap","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/erdogant.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null},"funding":{"github":["erdogant"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2019-12-29T22:24:38.000Z","updated_at":"2025-01-21T20:53:39.000Z","dependencies_parsed_at":"2022-11-03T17:00:26.775Z","dependency_job_id":null,"html_url":"https://github.com/erdogant/worldmap","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erdogant%2Fworldmap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erdogant%2Fworldmap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erdogant%2Fworldmap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erdogant%2Fworldmap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erdogant","download_url":"https://codeload.github.com/erdogant/worldmap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240331362,"owners_count":19784646,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["coloring","coloring-graph","countries","graphics","plot","python","svg","worldmap"],"created_at":"2024-10-18T11:08:26.166Z","updated_at":"2025-03-03T00:32:19.308Z","avatar_url":"https://github.com/erdogant.png","language":"Python","funding_links":["https://github.com/sponsors/erdogant","https://www.buymeacoffee.com/erdogant)--","https://www.buymeacoffee.com/erdogant"],"categories":[],"sub_categories":[],"readme":"# Worldmap\n\n[![Python](https://img.shields.io/pypi/pyversions/worldmap)](https://img.shields.io/pypi/pyversions/worldmap)\n[![PyPI Version](https://img.shields.io/pypi/v/worldmap)](https://pypi.org/project/worldmap/)\n[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/erdogant/googletrends/blob/master/LICENSE)\n[![Github Forks](https://img.shields.io/github/forks/erdogant/worldmap.svg)](https://github.com/erdogant/worldmap/network)\n[![GitHub Open Issues](https://img.shields.io/github/issues/erdogant/worldmap.svg)](https://github.com/erdogant/worldmap/issues)\n[![Project Status](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active)\n[![Downloads](https://pepy.tech/badge/worldmap/month)](https://pepy.tech/project/worldmap/month)\n[![Downloads](https://pepy.tech/badge/worldmap)](https://pepy.tech/project/worldmap)\n[![Sphinx](https://img.shields.io/badge/Sphinx-Docs-Green)](https://erdogant.github.io/worldmap/)\n\u003c!---[![BuyMeCoffee](https://img.shields.io/badge/buymea-coffee-yellow.svg)](https://www.buymeacoffee.com/erdogant)--\u003e\n\u003c!---[![Coffee](https://img.shields.io/badge/coffee-black-grey.svg)](https://erdogant.github.io/donate/?currency=USD\u0026amount=5)--\u003e\n\n``worldmap`` is a light weighted Python package that enables easy coloring of countries and/or regions in the world.\nFor this package, the svg images from https://www.w3.org are utilized, processed and colored.\nIt requires downloading the svg files a single time and then works offline.\n\n# \n**⭐️ Star this repo if you like it ⭐️**\n#\n\n#### Install worldmap from PyPI\n\n```bash\npip install worldmap\n```\n\n#### Import worldmap package\n\n```python\nimport worldmap as wm\n```\n# \n\n\n### [Documentation pages](https://erdogant.github.io/worldmap/)\n\nOn the [documentation pages](https://erdogant.github.io/worldmap/) you can find detailed information about the working of the ``worldmap`` with many examples. \n\n\u003chr\u003e \n\n### Examples\n\n# \n\n* [Example: color the different regions in a country](https://erdogant.github.io/worldmap/pages/html/Examples.html)\n\n\u003cp align=\"left\"\u003e\n  \u003ca href=\"https://erdogant.github.io/worldmap/pages/html/Examples.html\"\u003e\n  \u003cimg src=\"https://github.com/erdogant/worldmap/blob/master/docs/figs/figure_netherlands.png\" width=\"300\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\n# \n\n* [Example: color the different in the worldmap](https://erdogant.github.io/worldmap/pages/html/Examples.html#coloring-of-country-in-worldmap)\n\n\u003cp align=\"left\"\u003e\n  \u003ca href=\"https://erdogant.github.io/worldmap/pages/html/Examples.html#coloring-of-country-in-worldmap\"\u003e\n  \u003cimg src=\"https://github.com/erdogant/worldmap/blob/master/docs/figs/fig_world.png\" width=\"600\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\n# \n* [Example: Retrieve all Map Names](https://erdogant.github.io/worldmap/pages/html/Examples.html#retrieve-all-map-names)\n# \n* [Example: Retrieve county Names](https://erdogant.github.io/worldmap/pages/html/Examples.html#retrieve-county-names)\n# \n* [Example: Convert county name to abbrevation](https://erdogant.github.io/worldmap/pages/html/Examples.html#convert-country-to-abbrevation)\n# \n* [Example: Convert abbrevation to county name](https://erdogant.github.io/worldmap/pages/html/Examples.html#convert-abbrevations-to-county-names)\n\n\u003chr\u003e\n\n### References:\n* http://www.w3.org/Consortium/Legal/copyright-software\n\n### Maintainers\n* Erdogan Taskesen, github: [erdogant](https://github.com/erdogant)\n\n### Contribute\n* All kinds of contributions are welcome!\n* If you wish to buy me a \u003ca href=\"https://www.buymeacoffee.com/erdogant\"\u003eCoffee\u003c/a\u003e for this work, it is very appreciated :)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferdogant%2Fworldmap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferdogant%2Fworldmap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferdogant%2Fworldmap/lists"}