Skip to content

Latest commit

 

History

History
98 lines (68 loc) · 2.46 KB

README.md

File metadata and controls

98 lines (68 loc) · 2.46 KB

Country Database

License Python PyPI

A comprehensive repository of global country details, including country codes, ISD codes, currency codes, and more.

️✨Features

🌐Country Codes

  • Alpha2Code
  • Alpha3Code
  • NumericCode

Source: ISO 3166 - 1

🌍Region Details

  • Continent
  • Capital

Source: Wikipedia

  • RegionName
  • RegionCode
  • SubRegionName
  • SubRegionCode
  • IntermediateRegionName
  • IntermediateRegionCode

Source: UN M49

🔗TLD

  • TopLevelDomain

Source: IANA

☎️Calling Codes

  • CallingCode

Source: ITU

💲Currency Codes

  • CurrencyCode
  • CurrencyNumber
  • CurrencyName

Source: ISO 4217

🚩Flag

  • FlagEmoji
  • FlagUnicode
  • FlagImage [ToDo]

Source: Openmoji

⚙️Installation

Install country-db using pip:

pip install country-db

or conda:

conda install -c conda-forge country-db

✅ToDo

  • Include Usage/Example in README
  • Add wiki page
  • Add documentation page

🤝 Contributing

Contributions are welcome! Here's how you can help:

  1. Fork the repository
  2. Create a new branch (git checkout -b feature/amazing-feature)
  3. Make your changes
  4. Commit your changes (git commit -m 'feat: add amazing feature')
  5. Push to the branch (git push origin feature/amazing-feature)
  6. Open a Pull Request

⚖️License

This project is licensed under the MIT License - see the LICENSE file for details.

🙏Show your support

Give a ⭐️ if this project helped you!