gen = GmailGenerator("johnsmith@gmail.com")
for email in emails: print(email) </code></pre> <h3>CLI mode</h3> <pre><code class="language-bash">python generate.py --email johnsmith@gmail.com --count 15 --output emails.txt </code></pre> <h2>Example Output</h2> <pre><code>johnsmith+shop1@gmail.com john.smith+test42@gmail.com j.o.h.n.smith+newsletter@gmail.com johnsmith+temp_2025@gmail.com ... </code></pre> <h2>Use Cases</h2> <ul> <li>Testing email sign-up flows</li> <li>Avoiding spam on forums/trials</li> <li>Organizing incoming mail by plus-tag</li> <li>Load testing email systems</li> </ul> <h2>Limitations</h2> <ul> <li>Only works with <strong>@gmail.com</strong> addresses</li> <li>Some websites block plus-addressed emails</li> <li>Not a true "disposable email" service (inbox remains same)</li> </ul> <h2>License</h2> <p>MIT</p> <pre><code> --- gmail email generator github
```python import random, string base = "johnsmith" domain = "@gmail.com" tags = ["test", "temp", "news", "shop", "work"] gen = GmailGenerator("johnsmith@gmail

This site contains adult material. You must be at least 18 y.o. (or the age of majority in the jurisdiction where you are or where you access this site) to enter. Do not enter if you are offended by pornographic material or find such images objectionable.