Gmail Email Generator Github Here
```python import random, string base = "johnsmith" domain = "@gmail.com" tags = ["test", "temp", "news", "shop", "work"]
emails = [f"{base}+{tag}{random.randint(1,99)}{domain}" for tag in tags] print("\n".join(emails)) </code></pre> <hr> gmail email generator github
# Generate 20 unique emails emails = gen.generate(count=20, use_plus=True, use_dots=True) ```python import random, string base = "johnsmith" domain