Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.59 KB

README.md

File metadata and controls

52 lines (36 loc) · 1.59 KB

Random Text Generator

GitHub issues GitHub repo size GitHub code size in bytes GitHub license

This program generates a random (usually non-readable, meaningless) text of length n where n is taken as the user's input.

Table of Contents

About

This program creates a random string of specified length using a combination of the following: ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789!@#$%&*

Usage

Requirement - Node should be installed

Assuming that Node is already configured on your system, the code can be run as soon as it is cloned. Change your terminal directory to the cloned repo and run:

node generator.js <length>

Where length is an int. For example:

node generator.js 20

Results in: K!orbFtveZ&jLcxjLQdk

node generator.js 16

Results in: RuMB$qyjv&8v7jdr

node generator.js 5

Results in: E&!z6

Contributing

Your contributions are always welcome! 😀

Please take a look at the contributing guidelines if you're interested in helping towards making the repository better!

Every change counts! 🔄