Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seandadonntech/wordthon
https://github.com/seandadonntech/wordthon
Last synced: about 7 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/seandadonntech/wordthon
- Owner: seandadonntech
- Created: 2024-02-13T22:32:52.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-03-06T00:00:31.000Z (9 months ago)
- Last Synced: 2024-03-06T01:25:03.105Z (9 months ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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