This project is a simple Python script that generates email aliases for a specified Gmail account using Arabic names. The aliases are saved to a text file (`emails.txt`) for later use.
---
## Features
- **Easy to Use**: Generate Gmail aliases by simply providing your Gmail account and the desired number of aliases.
- **Customizable**: The list of names used for alias generation can be easily modified.
- **Output to File**: Generated aliases are automatically saved to `emails.txt`.
- **Batch Generation**: Quickly create a large number of email aliases (e.g., 1000+).
---
## Prerequisites
- Python 3.7 or higher.
---
## Usage
1. Save the script as `gmail_generator.py`.
2. Run the script:
```bash
python gmail_generator.py
```
3. Follow the prompts:
- Enter your Gmail account (without `@gmail.com`).
- Specify the number of email aliases to generate.
4. The generated aliases will be saved to `emails.txt` in the current directory.
---
## Customization
### Modify Arabic Names
You can change the list of names used for alias generation by editing the `arabic_names` list in the script: