🌍🧩 African Country Facts Explorer is an interactive web app built with Python and Streamlit. Users can search for any African country and instantly see key facts such as capital city, population, region, official languages, and the national flag. Perfect for learning geography or exploring countries quickly. All contributions are welcomed🤝.
# 🌍 AFRICA FACT- African Country Facts Explorer
A simple **Streamlit web app** that lets you explore facts about any African country.
The app fetches real-time data from the REST Countries API. Feel free to fork and contribute to this repository!!
You can use the app HERE
---
## ✨ Features
- Search for a country by name
- View:
- âś… Country name
- âś… Capital city
- âś… Region
- âś… Population
- âś… Languages
- âś… Country flag
---
## 🚀 How to Run
1. **Clone this repository**
```bash
git clone
github.com
cd african-country-facts
```
2. **Install dependencies**
```bash
pip install streamlit requests
```
3. **Run the app**
```bash
streamlit run app.py
```
---
### ⚡ Tech Stack
- Python
- Streamlit
- REST Countries API
---
### 📌 Example Usage
Enter Nigeria → see its capital, population, and flag.
Enter Kenya → explore its languages and other details.