This command-line application generates random words based on user preferences and allows you to save them to a file.
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.
git pull https://github.com/seandadonntech/wordago
- Run the program using the command:
go run word.go
. - Enter the number of words you want to generate.
- Answer the prompts to include uppercase letters, lowercase letters, numbers, and symbols.
- Choose whether to create a file to store the generated words.
- The program will display the generated words or create a file named
generated_words.txt
with the generated words.
Make sure you have Go (Golang) installed on your system.
go run word.go
go build word.go to compile