Command-line tool for tureng.com with rich output.
pip install turengcli
tureng <word>
# example usage with -d(detailed results) argument
tureng goner -d
# -d, --detailed detailed results
$ tureng goner -d
# -c, --correct auto-correct misspelled input with first suggestion
$ tureng corrct -d
> Auto-correcting: corrct -> correct
# -p, --plain returns plain text output
$ tureng renascence -p
> General: uyanış, yeniden doğma
> History: rönesans
# -f, --fuzzy returns fuzzy search results
$ tureng renas -f
> renascence, renascency, renascent, renascible
- Python >3.5
CC0