Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/seandadonntech/wordago

This command-line application generates random words based on user preferences and allows you to save them to a file.
https://github.com/seandadonntech/wordago

password-generator passwordcracking wordgenerator

Last synced: about 7 hours ago
JSON representation

This command-line application generates random words based on user preferences and allows you to save them to a file.

Awesome Lists containing this project

README

        

# wordago

This command-line application generates random words based on user preferences and allows you to save them to a file.

## Table of Contents

- [Introduction](#introduction)
- [Usage](#usage)
- [Requirements](#requirements)
- [How to Run](#how-to-run)
- [License](#license)

## Introduction

The Random Word Generator is a simple Go program that generates random words with options to include uppercase letters, lowercase letters, numbers, and symbols. It provides a flexible way to customize the generated words based on your preferences.

## Usage
git pull https://github.com/seandadonntech/wordago
1. Run the program using the command: `go run word.go`.
2. Enter the number of words you want to generate.
3. Answer the prompts to include uppercase letters, lowercase letters, numbers, and symbols.
4. Choose whether to create a file to store the generated words.
5. The program will display the generated words or create a file named `generated_words.txt` with the generated words.

## Requirements

Make sure you have Go (Golang) installed on your system.

## How to Run

```bash
go run word.go

go build word.go to compile