From 29d2fa20cb76ab2abfeb65a801fc7cd1eabe123f Mon Sep 17 00:00:00 2001 From: khalid_py Date: Wed, 5 Aug 2026 10:34:30 +0000 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eab6606..d3b1637 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ -# arabic-geo +# Arabic Geo | بيانات جغرافية عربية -بيانات جغرافية للوطن العربي - Arab world geo datasets & API \ No newline at end of file +Arab world geo data: 20 countries with capitals, coordinates, population. + +```python +from geo_data import ARAB_COUNTRIES, total_population +print(f'{len(ARAB_COUNTRIES)} countries, {total_population():.1f}M people') +``` + +Built on GitPasha \ No newline at end of file