The Username Generator is a Python script that allows users to generate unique Latin usernames based on their first and last names. The script follows specific rules to create various username combinations, providing flexibility and customization.
To use the username generator, follow these steps:
-
Clone the repository to your local machine:
git clone https://github.com/huynambka/username-generator.git
-
Navigate to the project directory:
cd username-generator -
Run the script with the command:
python username-gen.py [first_name] [last_name]
Or
python username-gen.py -f [names_file]
The script follows the following rules to generate usernames:
{fn}: Represents the full first name.{ln}: Represents the full last name.{fi}: Represents the first name's initial.{li}: Represents the last name's initial.
Feel free to customize the script or add new rules according to your preferences.
python username-gen.py John Doe