Metadata-Version: 2.1
Name: Iran_cities_info
Version: 0.1.0
Summary: Iran cities Information: python package to represent Iran's province and city information.
Home-page: https://github.com/BenyaminZojaji/Iran_cities_info
Author: Benyamin Zojaji
Author-email: benyamin.zojaji@gmail.com
Description-Content-Type: text/markdown
Requires-Dist: wikipedia
Requires-Dist: pyjokes

# Iran cities info

[![Upload Python Package](https://github.com/BenyaminZojaji/Iran_cities_info/actions/workflows/python-publish.yml/badge.svg)](https://github.com/BenyaminZojaji/Iran_cities_info/actions/workflows/python-publish.yml)
[![Python package](https://github.com/BenyaminZojaji/Iran_cities_info/actions/workflows/python-package.yml/badge.svg)](https://github.com/BenyaminZojaji/Iran_cities_info/actions/workflows/python-package.yml)
[![Downloads](https://static.pepy.tech/badge/Iran-cities-info)](https://pepy.tech/project/Iran-cities-info)

python package to represent Iran's province and city information. 


<img src="https://github.com/BenyaminZojaji/Iran_cities_info/assets/77120507/578646e0-d683-453b-856b-a5d1f08fcc38" width="600px">

## Install

Install the package using pip:

```bash
pip install Iran-cities-info
```

Alternatively, you can install the package by:
```bash
pip install git+https://github.com/BenyaminZojaji/Iran_cities_info
```

## Usage

EXAMPLE:
```python
from Iran_cities_info import Iran_cities_info
Iran_cities_info.get_coordinates(_city='Shiraz')
# output: ('29.360', '52.310')
```

## TODO
- [ ] Add the prefix of each city
- [ ] Add the area of cities and provinces


## Support
<a href="https://buymeacoffee.com/benyaminzojaji" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>
