Metadata-Version: 2.1
Name: mustafaInstaSerchV2
Version: 0.2.0
Summary: A Python library for Instagram username search.
Home-page: https://github.com/yourusername/mustafaInstaSerchV2
Author: Your Name
Author-email: your.email@example.com
License: UNKNOWN
Platform: UNKNOWN
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

# mustafaInstaSerch

A Python library for Instagram search and login (placeholder).

## Installation

```bash
pip install mustafaInstaSerch
```

## Usage

### Search Usernames

```python
from mustafaInstaSerch.instagram_search import generate_usernames

usernames = generate_usernames()
for username in usernames:
    print(username)
```

### Login (Placeholder)

```python
from mustafaInstaSerch.instagram_search import login

result = login("your_email@example.com", "your_password")
print(result)
```



# mustafaInstaSerchV2

A Python library for Instagram username search.

## Installation

```bash
pip install mustafaInstaSerchV2
```

## Usage

```python
from mustafaInstaSerchV2.instagram_search import generate_usernames

usernames = generate_usernames()
for username in usernames:
    print(username)
```




