Skip to content

agmmnn/turengcli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

screenshot

PyPI

Command-line tool for tureng.com with rich output.

pip install turengcli

Usage

tureng <word>
# example usage with -d(detailed results) argument
tureng goner -d

detailed results

Arguments

# -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

Requirements

  • Python >3.5

Dependencies

License

CC0