From 760a7b9e48e2037f83d1845912663b1f086718b9 Mon Sep 17 00:00:00 2001 From: nikhilsahu-0 <72223760+nikhilsahu-0@users.noreply.github.com> Date: Thu, 1 Oct 2020 18:32:08 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ff2b36..d1f1d79 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ We don't need [a lot of libraries](https://github.com/vinta/awesome-python). We #### Optical Character Recognition (OCR) * [pytesseract](https://github.com/madmaze/pytesseract) - A wrapper for Google Tesseract OCR. -#### Chinese Word Segmentation -* [jieba](https://github.com/fxsjy/jieba) - Chinese Words Segmentation Utilities. +#### Generate CLIs +* [fire](https://github.com/google/python-fire) - Fire is a powerful library that can derive CLIs from python objects. It is used by Google as well to create a command line and different experiment management tools as well. #### Concurrency and Networking * [gevent](http://www.gevent.org/) - A coroutine-based Python networking library that uses [greenlet](https://github.com/python-greenlet/greenlet).