معرفی شرکت ها


cambd-1.0.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Cambridge dictionary cli app
ویژگی مقدار
سیستم عامل -
نام فایل cambd-1.0.0
نام cambd
نسخه کتابخانه 1.0.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Rocktim Saikia
ایمیل نویسنده saikia.rocktim@proton.me
آدرس صفحه اصلی https://github.com/rocktimsaikia/cambd
آدرس اینترنتی https://pypi.org/project/cambd/
مجوز MIT
# cambd > [Cambridge dictionary](https://dictionary.cambridge.org) cli app <img src="https://www.dropbox.com/s/1jydlxwzmj8e6po/demo.gif?raw=1" alt="cambd, Cambridge dictionary cli app" /> ## Features - Autosuggest related words on typo. - Interactive suggestion menu to select words from in the above case. - Handles past and past-particle words. Returns the original word definition. - No API/database involved. - A Persistent caching mechanism. This avoids looking up already searched words; hence fast results. > Uses python's integrated `sqlite3` for maintaning a persistent cache. ## Installation ```sh pip install cambd ``` ## Usage ```sh Usage: cambd [OPTIONS] WORD Options: -a, --show-all Show all the definitions of a word. -d, --dictionary TEXT Determine which dictionary region to use (uk, us) [default: uk] -v, --verbose Show extra word info ie, word codes & labels. [ex: A2 informal] -c, --clear-cache Clear all the stored cache from system. --version Show the version and exit. --help Show this message and exit. ``` > By default it caches words in `$HOME/.cambd-cache.db`. To clear the cache if needed <br/> run `cambd --clear-cache`. It is strongly recommended to not modify this file manually. ## LICENSE [MIT](./LICENSE) License &copy; [Rocktim Saikia](https://rocktimsaikia.com) 2022


نیازمندی

مقدار نام
>=4.11.1 beautifulsoup4
>=1.1.0 html5lib
>=8.0.3 click
>=0.0.31 halo
>=2.25.1 requests
>=12.6.0 rich
>=1.5.2 simple-term-menu


نحوه نصب


نصب پکیج whl cambd-1.0.0:

    pip install cambd-1.0.0.whl


نصب پکیج tar.gz cambd-1.0.0:

    pip install cambd-1.0.0.tar.gz