Skip to content

Generates roblox usernames based on the user's input

License

Notifications You must be signed in to change notification settings

ohusq/Username-Gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Username Generator

This is a roblox username generator. It generates usernames based on the character length you want.

Preview

How to use

  1. Clone the repository

    git clone https://github.com/66-75-63-6B-79-6F-75/Username-Gen.git

  2. Open the folder

    cd Username-Gen

  3. Install the requirements

    pip3 install -r requirements.txt

  4. Run the program

    python3 main.py

  5. Enter the length of the username you want

    Enter the length of the username you want: 5

  6. Valid usernames are in the file valid.txt and invalid usernames are in the file invalid.txt

License

This project is licensed under the GNU Affero General Public License - see the LICENSE file for details.