Coder Social home page Coder Social logo

nickname-generator's Introduction

Nickname Generator

You can input the length, and the starting letter(s) of the nickname and you get 21 randomly selected nicknames.

Table of Contents

Installation

You can install Nickname Generator by:

Cloning the repository (all platforms)

Make sure you have git and python installed.

Run this to clone the repository:

% git clone https://github.com/qixua/nickname-generator/

wget (unix-like operating systems)

Get the source file:

% wget https://raw.githubusercontent.com/qixua/nickname-generator/master/script.py

Read the Usage section to understand how to use the Nickname Generator.

Usage

Run this to start the program:

% python3 script.py

If you cloned the repository instead of doing wget,

cd nickname-generator

run this first.

Once started, the program will ask you for length.

length :: 

Write the length as an integer.

length :: 6

And it will ask you for the starting letter(s)

nickname start :: 

Write it normally.

nickname start :: ae

Now press enter, and:


            nickname 0
            ------
            aetyao
            ------

            nickname 1
            ------
            aeccrn
            ------

            nickname 2
            ------
            aebysn
            ------

            nickname 3
            ------
            aelwto
            ------

            .
            .
            .
        up to idx 20 
        (it's 0-based so,\
         21 nicknames in total)

Copy what you like, or rerun the program to try different stuff.

Stuff I may add in the future

  • Parameter that lets you save the nicknames in an output file.
  • Parameter that lets you tweak the amount of nicknames outputted
  • Ability to copy the nickname in a given index
  • Parameter that lets you tweak the ending letter(s)

License

The repository qixua/nickname-generator and all of its source code is licensed by the license: GNU General Public License v3.0

nickname-generator's People

Contributors

qixua avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.