معرفی شرکت ها


cli-ui-0.9.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Build Nice User Interfaces In The Terminal
ویژگی مقدار
سیستم عامل -
نام فایل cli-ui-0.9.1
نام cli-ui
نسخه کتابخانه 0.9.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Dimitri Merejkowsky
ایمیل نویسنده dimitri@dmerej.info
آدرس صفحه اصلی https://git.sr.ht/~your-tools/python-cli-ui
آدرس اینترنتی https://pypi.org/project/cli-ui/
مجوز BSD-3-Clause
.. image:: https://img.shields.io/pypi/pyversions/cli-ui.svg :target: https://pypi.org/project/cli-ui .. image:: https://img.shields.io/pypi/v/cli-ui.svg :target: https://pypi.org/project/cli-ui/ .. image:: https://img.shields.io/github/license/your-tools/python-cli-ui.svg :target: https://github.com/your-tools/python-cli-ui/blob/main/LICENSE .. image:: https://img.shields.io/badge/deps%20scanning-pyup.io-green :target: https://github.com/your-tools/python-cli-ui/actions python-cli-ui ============= Tools for nice user interfaces in the terminal. Note ---- This project was originally hosted on the `TankerHQ <https://github.com/TankerHQ>`_ organization, which was my employer from 2016 to 2021. They kindly agreed to give back ownership of this project to me. Thanks! Documentation ------------- See `python-cli-ui documentation <https://your-tools.github.io/python-cli-ui>`_. Demo ---- Watch the `asciinema recording <https://asciinema.org/a/112368>`_. Usage ----- .. code-block:: console $ pip install cli-ui Example: .. code-block:: python import cli_ui # coloring: cli_ui.info( "This is", cli_ui.red, "red", cli_ui.reset, "and this is", cli_ui.bold, "bold" ) # enumerating: list_of_things = ["foo", "bar", "baz"] for i, thing in enumerate(list_of_things): cli_ui.info_count(i, len(list_of_things), thing) # progress indication: cli_ui.info_progress("Done", 5, 20) cli_ui.info_progress("Done", 10, 20) cli_ui.info_progress("Done", 20, 20) # reading user input: with_sugar = cli_ui.ask_yes_no("With sugar?", default=False) fruits = ["apple", "orange", "banana"] selected_fruit = cli_ui.ask_choice("Choose a fruit", choices=fruits) # ... and more! Contributing ------------ We use `optimistic merging <https://dmerej.info/blog/post/optimistic-merging/>`_ so you don't have to worry too much about formatting the code, pleasing the linters or making sure all the test pass. That being said, if you want, you can install `just <https://just.systems/man/en/>`_ and use it to check your changes automatically. Just run ``just`` to see available tasks.


نیازمندی

مقدار نام
>=0.4.1,<0.5.0 colorama
>=0.8.3,<0.9.0 tabulate
>=1.0.23,<2.0.0 unidecode


زبان مورد نیاز

مقدار نام
>=3.7,<4.0 Python


نحوه نصب


نصب پکیج whl cli-ui-0.9.1:

    pip install cli-ui-0.9.1.whl


نصب پکیج tar.gz cli-ui-0.9.1:

    pip install cli-ui-0.9.1.tar.gz