Skip to content

jim-unstoppable/RandomStringGenerator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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! 🔄

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%