Generate alternative email addresses for free using Gmail's DOT trick. All emails sent to these addresses will appear in your inbox. For example, an email sent to [email protected] would appear in [email protected]'s inbox.
The web version provides a user-friendly interface to generate email variations. Visit the website here: https://rapidongfuel.github.io/gmailgenerator/
- Clone or download the repository to your local machine.
- Open
index.htmlin your web browser. - Enter your Gmail address in the input field.
- Click "Generate Emails" to see all possible variations.
- Use the "Copy All" button to copy the generated emails to your clipboard.
index.htmlstyle.cssmain.js
The Python script generates all possible email variations and saves them to a text file.
- Ensure you have Python installed on your machine.
- Download the
main.pyfile. - Open a terminal and navigate to the directory containing
main.py. - Run the script using the command:
python main.py. - Follow the on-screen instructions to generate the email variations.
A text file containing all the generated email addresses will be created in the same directory.
main.py