llyxa05 / NickGenerator

The simplest nickname generator on python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Random Nickname Generator

Overview

The Random Nickname Generator is a simple yet powerful Python script designed to generate a list of unique and random nicknames. This tool is perfect for developers, gamers, or anyone in need of creative and random usernames or identifiers.

Features

  • Customizable Length: Generates nicknames with lengths varying between 4 to 15 characters.
  • Command-Line Interface: Easy to use with a command-line interface.
  • User-defined Quantity: Allows users to specify the number of nicknames to generate.

Getting Started

Prerequisites

  • Python 3.x

Installation

  1. Clone the repository to your local machine:
    git clone https://github.com/llyxa05/NickGenerator.git
  2. Navigate to the cloned directory:
    cd NickGenerator

Usage

To use the Random Nickname Generator, run the script with Python and specify the number of nicknames you want to generate. For example:

python3 generator.py 30

This command will generate 30 random nicknames. If no argument is provided, the script will prompt you to use the correct format:

NickGen: python3 generator.py [number_of_nicknames]

About

The simplest nickname generator on python

License:MIT License


Languages

Language:Python 100.0%