https://github.com/pforret/shwordle
Wordle (bash/CLI) with variable # of letters and multiple languages
https://github.com/pforret/shwordle
bash bashew game shell wordle
Last synced: 2 months ago
JSON representation
Wordle (bash/CLI) with variable # of letters and multiple languages
- Host: GitHub
- URL: https://github.com/pforret/shwordle
- Owner: pforret
- License: mit
- Created: 2022-02-02T11:38:20.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-05T13:59:11.000Z (over 3 years ago)
- Last Synced: 2025-03-24T13:36:07.744Z (3 months ago)
- Topics: bash, bashew, game, shell, wordle
- Language: Shell
- Homepage:
- Size: 895 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README





[](https://basher.gitparade.com/package/)# shwordle
CLI version of Wordle with choice of # letters and choice of langauge

## 🔥 Usage
```
Program: shwordle 0.1.8 by [email protected]
Updated: Feb 5 14:43:26 2022
Description: CLI Wordle
Usage: shwordle [-h] [-q] [-v] [-f] [-l ] [-t ] [-e ] [-g ] [-u ]
Flags, options and parameters:
-h|--help : [flag] show usage [default: off]
-q|--quiet : [flag] no output [default: off]
-v|--verbose : [flag] output more [default: off]
-f|--force : [flag] do not ask for confirmation (always yes) [default: off]
-l|--log_dir > : [option] folder for log files [default: /Users/pforret/log/shwordle]
-t|--tmp_dir > : [option] folder for temp files [default: /tmp/shwordle]
-e|--letters > : [option] word length [default: 5]
-g|--guesses > : [option] allowed guesses [default: 6]
-u|--language >: [option] word language [default: en-us]
: [parameter] action to perform: play/options
```## ⚡️ Examples
```bash
> shwordle play
# start Shwordle with default options>shwordle -e 4 play
# start Showrdle with 4 letter word>shwordle -u nl play
# start Shwordle with Dutch words> ./shwordle options
✅ use -e | --letters to choose word length (default: 6)
✅ use -u | --language to choose dictionary (default: en)
available languages:
* en-us: 3218 words
* es-es: 949 words
* fr-fr: 2448 words
* nl-nl: 2422 words```
## 🚀 Installation
with [basher](https://github.com/basherpm/basher)
$ basher install pforret/shwordle
or with `git`
$ git clone https://github.com/pforret/shwordle.git
$ cd shwordle## 📝 Acknowledgements
* script created with [bashew](https://github.com/pforret/bashew)
© 2022 Peter Forret