Skip to content

Python library to display a banner of flags in the terminal.

License

Notifications You must be signed in to change notification settings

josephkelly31/terminal-flag-banner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terminal-flag-banner

A Python package to display a country banner (the flag and country name) in the terminal.

To run

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.

Example I/O (Japan)

python -m terminal_flag_banner --country-code JP

Japan expected output

About

Python library to display a banner of flags in the terminal.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages