Skip to content

Release v1.0.0

Choose a tag to compare

@github-actions github-actions released this 22 Oct 06:54
· 16 commits to main since this release
9f44e30

countrystatecity-countries v1.0.0

Published to PyPI: https://pypi.org/project/countrystatecity-countries/

Installation

pip install countrystatecity-countries

Usage

from countrystatecity_countries import get_countries, get_country_by_code

countries = get_countries()
usa = get_country_by_code("US")
print(f"{usa.emoji} {usa.name}")

See the README for full documentation.