Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/seandadonntech/wordago
- Owner: seandadonntech
- Created: 2024-01-28T03:18:12.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-02-05T22:10:44.000Z (10 months ago)
- Last Synced: 2024-06-21T08:24:36.527Z (5 months ago)
- Topics: password-generator, passwordcracking, wordgenerator
- Language: Go
- Homepage:
- Size: 10.7 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.gogo build word.go to compile