A Python package to generate random English words based on word length and count
Project description
Word Generator
🎉 Welcome to Word Generator - a simple Python package to generate random English words! 🎉
This package allows you to generate random words based on word length and the number of words required. Perfect for tasks like text augmentation, testing, and adding random noise to datasets.
Features:
- Generate real English words by specifying word length.
- Generate a list of multiple random words.
- Simple and lightweight, with minimal dependencies.
Installation
Install the package using pip:
pip install word_generator
Usage
python
Copy code
from word_generator import generate_words
# Generate 3 random words of length 5
words = generate_words(word_length=5, num_words=3)
print(words)
# Output: ['apple', 'grape', 'plane']
For more tools, check out our website randomgenerator.ai.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file random_english_word_generator-1.0.0-py3-none-any.whl.
File metadata
- Download URL: random_english_word_generator-1.0.0-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6ab02de85b8441e2a663f8b94a6923fb5801179f639198610630ccacaa6de1dd
|
|
| MD5 |
0727eb58b4fc91f7c3f5352911aaf147
|
|
| BLAKE2b-256 |
2cb4a96a1ab12dccd0c2324c1e115b6179e79026cf3ee0b955f1962301e3c9f6
|