A command-line tool written in C that generates random usernames from a custom wordlist file.
- Works with any
.txtfile containing words (one per line) - Handles paths with spaces and quotes automatically
- Generates 5 randomized username variations (including numbers)
How to compile with gcc and how to run the program:
gcc gen.c -o gen
./gen