Command Line Arguments

Argument Input Type Description Example Results
--h / --help NONE Brings up the Python argument help --help
--file File Path Check for usernames in a specific file --file Usernames.txt
--l Int Generate usernames with X amount of characters --l 10
--format Text
Click for details Generate usernames following a specific format:

- # → Any digit 0–9
- ^ → Any letter A–Z or a–z
- ! → Lock symbol after # or ^
- Anything else → Literal character (locked)

Supports counters for sequential usernames.
Example: [start=0, step=1]0, 1, 2...
--format ###_^L
--format CoolGamer^^^!_[start=0, step=1]
321_PL
092_XL

CoolGamerXSP_0
CoolGamerTBP_1
--wordgen NONE Generates words from the english-words package --wordgen
--barcodes NONE Generate barcode style usernames --barcodes
--num / --numbers NONE Allow numbers in username --num
--und / --underscores NONE Allow underscores in username --underscores
--let / --letters NONE Allow letters in username --let
--proxy File Path Use proxies from a file (http://ip:port) --proxy proxylist.txt
--range Int Check a specific amount of usernames --range 12300
--skip Int Skip ahead a number of lines in input file --skip 1005
--wh / --webhook URL Send valid usernames to a specific webhook URL --wh https://discord.com/api/webhooks/80085/8008135/80084
--alt NONE Send valid usernames to the config.json alt webhook URL --alt
--delay Int Set a delay between each checked username --delay 5