pycountry
Package — UtilityPython 3.7+Intermediate
ISO databases for countries, languages, currencies, subdivisions
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- None (pure Python)
- Install
pip install pycountry
Learn by Difficulty
Quick Example
python
# Install: pip install pycountry import pycountry # Basic pycountry usage print(f"Using pycountry") # See documentation for detailed examples
pycountry is a third-party package. ISO databases for countries, languages, currencies, subdivisions. Install with: pip install pycountry
Try in PlaygroundTags
packageutilityhelper