Here is a program that helps you to find out the flags related to its country.
pip install emojiflag
import emojiflag
emojiflag.get('nl')
>>> 🇳🇱
emojiflag.get('en_US')
>>> 🇺🇸
emojiflag.get('it')
>>> 🇮🇹
pip install -r requirements-dev.txt
pytest -s --cov emojiflag
Be the change you want to see
cd tests
python test_doc.py -v