معرفی شرکت ها


ascii-python-0.1.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A python package for making ascii art
ویژگی مقدار
سیستم عامل -
نام فایل ascii-python-0.1.0
نام ascii-python
نسخه کتابخانه 0.1.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Adam Bhouri
ایمیل نویسنده adam.bhouri@gmail.com
آدرس صفحه اصلی https://github.com/Adam-BH/ascii.py
آدرس اینترنتی https://pypi.org/project/ascii-python/
مجوز -
# Ascii_py A python package for making ascii art ## Installation Run the following to install: ```ps $ pip install ascii-python ``` ## Usage ### Python Script Import the ascii_py package, and you're done. ```python import ascii_py ``` - See more in the [Docs](#-Docs) section ### Terminal ```ps $ Coming Soon ``` # Developing Ascii_py To install ascii_py, along with the tools you need to develop and run tests, run the following in your virtualenv: ```ps $ pip install -e .[dev] ``` # Docs Import the package ```python import ascii_py ``` ## asciiImage class : The responsible class for converting ( img <-> ascii ) ```python ai = ascii_py.asciiImage(chars) # ^-- Optional ''' Chars is a list of strings used in converting images to ascii orderd from brightest to lowest pixel values: Default: ["@", "#", "S", "%", "?", "*", "+", ";", ":", ",", "."] ''' ``` ### asciiImage.img2ascii converts an image to ascii text ```python asciiImg = ai.img2ascii(path, width=150) # ^--Optional ''' path : (str) The path to the image to be converted width : (int) the new width of the eimage after being converted ''' print(asciiImg) # <-- Returns (str) ``` ## Coming Soon : - asciiImage - img2asciiImg (returns an image) - ascii2img - asciiVideo - Terminal usage


نیازمندی

مقدار نام
- opencv-python
- wheel
- sdist


نحوه نصب


نصب پکیج whl ascii-python-0.1.0:

    pip install ascii-python-0.1.0.whl


نصب پکیج tar.gz ascii-python-0.1.0:

    pip install ascii-python-0.1.0.tar.gz