Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/seandadonntech/wordthon


https://github.com/seandadonntech/wordthon

Last synced: about 7 hours ago
JSON representation

Awesome Lists containing this project

README

        

# WORDTHON

This Python script generates random words based on specified parameters such as length and case.

## Usage

**Follow the Prompts**:
Enter the number of words to generate.
- Enter the length of each word.
- Choose the case of the words (lowercase, uppercase, or numbers).

**Generated Words**:

- The script will display the generated words based on the specified parameters.

## Parameters

- `num_words`: Number of words to generate.
- `word_length`: Length of each word.
- `case`: Case of the generated words. Options: 'lower' for lowercase, 'upper' for uppercase, 'number' for numbers.

## Dependencies

- Python 3.x
- No external libraries are required.

## Example