# Supported Countries Pass the country code or full name to `GNews(country=...)`. ```python g = GNews(country="PK") # Pakistan g = GNews(country="US") # United States ``` | Country | Code | |---------|------| | Australia | AU | | Argentina | AR | | Austria | AT | | Bangladesh | BD | | Belgium | BE | | Botswana | BW | | Brazil | BR | | Bulgaria | BG | | Canada | CA | | Chile | CL | | China | CN | | Colombia | CO | | Cuba | CU | | Czech Republic | CZ | | Egypt | EG | | Ethiopia | ET | | France | FR | | Germany | DE | | Ghana | GH | | Greece | GR | | Hong Kong | HK | | Hungary | HU | | India | IN | | Indonesia | ID | | Ireland | IE | | Israel | IL | | Italy | IT | | Japan | JP | | Kenya | KE | | Latvia | LV | | Lebanon | LB | | Lithuania | LT | | Malaysia | MY | | Mexico | MX | | Morocco | MA | | Namibia | NA | | Netherlands | NL | | New Zealand | NZ | | Nigeria | NG | | Norway | NO | | Pakistan | PK | | Peru | PE | | Philippines | PH | | Poland | PL | | Portugal | PT | | Republic of Korea | KR | | Romania | RO | | Russia | RU | | Saudi Arabia | SA | | Senegal | SN | | Serbia | RS | | Singapore | SG | | Slovakia | SK | | Slovenia | SI | | South Africa | ZA | | Sweden | SE | | Switzerland | CH | | Taiwan | TW | | Tanzania | TZ | | Thailand | TH | | Turkey | TR | | Uganda | UG | | Ukraine | UA | | United Arab Emirates | AE | | United Kingdom | GB | | United States | US | | Venezuela | VE | | Vietnam | VN | | Zimbabwe | ZW |