Metadata-Version: 2.2
Name: egyptian
Version: 0.1.3
Summary: Generate Random Egyptian Information
Author-email: Mahmoud Gamal <mahmoudgshaker2018@gmail.com>
License: MIT
Description-Content-Type: text/markdown
Requires-Dist: setuptools

# Egyptian
Generate Random Egyptian Information

## Installation
```bash
pip install egyptian
```

## Usage

```python
from egyptian import Person

person = Person(language="ar", gender="male")
print(person.get_all())
```

## Features
- Generate random Egyptian names (male/female)
- Generate phone numbers with Egyptian carriers
- Generate realistic national IDs
- Convert numbers between Arabic and English formats
- Translate between Arabic and English for names, cities, and job titles

## License
MIT License
