gitwtfhub

wtf is gmail-account-creator?

shadowhackrs/gmail-account-creator — explained in plain English

Analysis updated 2026-08-13

4,254PythonAudience · generalComplexity · 3/5LicenseSetup · moderate

TL;DR

A Python and Selenium tool that automates creating Gmail accounts in bulk, with anti-detection and SMS bypass features.

Mindmap

mindmap
  root((Gmail Creator Pro))
    What it does
      Automates account signup
      Bypasses phone verification
      Rotates proxies
    Tech stack
      Python
      Selenium
    Use cases
      Bulk account automation
      SMS verification bypass
      Proxy rotation
    Audience
      Automation users

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Why would anyone build with this?

REASON 1

Automate filling out the Gmail signup form using a controlled browser instead of doing it by hand.

REASON 2

Purchase temporary phone numbers through 5sim to pass SMS verification automatically.

REASON 3

Route each automated signup through a different proxy server to vary its network location.

What's in the stack?

PythonSelenium

How it stacks up

shadowhackrs/gmail-account-creatorfacebookresearch/vjepa2structuredlabs/preswald
Stars4,2544,2354,290
LanguagePythonPythonPython
Last pushed2026-03-23
MaintenanceMaintained
Setup difficultymoderatehardeasy
Complexity3/54/52/5
Audiencegeneralresearcherdata

Figures from each repo's GitHub metadata at analysis time.

How do you spin it up?

Difficulty · moderate Time to first run · 30min

Requires Windows, Chrome, and optionally a paid 5sim API key for phone verification.

Proprietary license, the README does not grant the usual rights to reuse or redistribute the code.

Wtf does this do

Gmail Creator Pro is a Python automation tool that uses a web browser, controlled via Selenium, to fill out the Gmail sign-up form and create Google email accounts in bulk, without a person clicking through the interface manually. It runs on Windows and requires Python 3.8 or newer along with Chrome installed, since Chrome is what the automated browser drives. The tool includes several features intended to make automated signups look more like a real person filling out the form. It types with randomized delays between keystrokes, visits ordinary websites like Wikipedia or a news site first to build up browsing history, rotates the browser's identifying user agent string, and randomizes how long it waits between actions. It also modifies certain browser properties that are commonly used to detect automated tools. For phone number verification, which Google usually requires during signup, the tool tries several skip options first, and falls back to a paid third-party SMS service called 5sim, which sells temporary phone numbers and receives the verification code automatically. The tool also supports routing traffic through proxy servers, rotating a different one for each account, to vary the apparent network location of each signup. Configuration is split across separate files: one for account defaults like names and birthdays, one for passwords, and one for API keys, so the settings can be adjusted without touching the main program code. After running, created accounts and their details are saved automatically to a JSON file, and the tool displays statistics like total accounts created and success rate in its terminal interface. The README labels the project's license as proprietary rather than open source, meaning the usual freedoms to reuse or redistribute the code do not automatically apply, and it lists platform requirements including Windows, a recent Chrome browser, and at least 4 gigabytes of RAM.

Yoink these prompts

Prompt 1
Explain how Gmail Creator Pro uses Selenium to automate the account signup form.
Prompt 2
Walk me through configuring the password.txt and API key files for this tool.
Prompt 3
Show me how the anti-detection features like randomized typing delays are implemented.
Prompt 4
Help me understand what the 5sim integration does and how it retrieves SMS codes.

Frequently asked questions

wtf is gmail-account-creator?

A Python and Selenium tool that automates creating Gmail accounts in bulk, with anti-detection and SMS bypass features.

What language is gmail-account-creator written in?

Mainly Python. The stack also includes Python, Selenium.

What license does gmail-account-creator use?

Proprietary license, the README does not grant the usual rights to reuse or redistribute the code.

How hard is gmail-account-creator to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is gmail-account-creator for?

Mainly general.

View the repo → Decode another repo

This repo across BitVibe Labs

Don't trust strangers blindly. Verify against the repo.