Metadata-Version: 2.1
Name: shabakhti
Version: 0.9.3
Summary: A brief description of your package
Home-page: https://github.com/mohammadlegend
Author: Your Name
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: pyttsx3

# Your Package Name

A description of your package.

## Installation

```bash
pip install shabakhti
```

## Usage

```python
from shabakhti import main

main.cities()
```
