A Python package to display a country banner (the flag and country name) in the terminal.
usage: python -m terminal_flag_banner [-h] [--country-code COUNTRY_CODE] [--flag-list] [--native-name] [--random-flag]
Display a flag banner in the terminal.
options:
-h, --help show this help message and exit
--country-code COUNTRY_CODE
The country code of the flag to display.
--flag-list List all available flags.
--native-name Display the name of the country in the country's native language.
--random-flag Display a random flag.
python -m terminal_flag_banner --country-code JP