معرفی شرکت ها


asciibee-0.3.2


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

An image-to-ascii-art converter
ویژگی مقدار
سیستم عامل -
نام فایل asciibee-0.3.2
نام asciibee
نسخه کتابخانه 0.3.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Jamey Nakama
ایمیل نویسنده nakamajamey@gmail.com
آدرس صفحه اصلی https://github.com/jameynakama/asciibee/
آدرس اینترنتی https://pypi.org/project/asciibee/
مجوز -
# `<(||')` asciibee `<(||')` An image-to-ascii-art converter ## Description The default settings are tuned to work best with fine art. Play with different shaders, chunk sizes, and value inversion for different results. Remember to decrease your font size if you can't see the whole image. Scaling is accomplished by dividing the image into chunks and converting each chunk to a single character. The chunk size can be adjusted with the -c flag. The chunk size defaults to the pixel width of the image divided by 100. The output will tell you what chunk size was used. ## Installation `$ pip install asciibee` ## Usage The best way to learn how to use the app is via the help text: `$ asciibee --help` The most simple command is passing in a path to an image file: `$ asciibee ~/Downloads/starrynight.png` You can use it as an importable module as well. ```python from asciibee.image import AsciiImage image = AsciiImage('/Users/jnakama/Downloads/port.jpeg') image.convert() # Converts the image to a matrix of ASCII characters image.ascii_matrix # It's stored here image.show() # Prints the characters ``` ## Development The build system and package manager is [poetry](https://python-poetry.org/). The easiest way to run the app locally: `$ poetry run python -m asciibee.main <path_to_image>` You can also install the deps and run it without the `poetry run` prefix. ```text ... ..... ...... ..,,-,. ..,. ..,,.... ..,-.. .,,. .,.. .-.. .,-,,..-.. ...... ..,,. .####+###+.. ..,,,,,,.. ..+-.. -+@@@##@@#+ .....,,,,,. ..,---.-++++++#+#-.,--,,,.... ..-#++#######++#+,. . .. ,#++@@@@#@@@#+.. ... ..,,-,-,-,,,..,-++##@@##@###+++-,,,..,,,,,,,.. ......,,,-++++#+###########+++----,,,... . .....,,,,,,----------+++-###+#++#+++++----------,,,,,,...... ...,,,-,,,,,,,,,-,,,,--------+-..#####-..,+-+----,,,-----,-,,,---,,,,.... ...,,,,,,,,,,-,,,,,,,,,-,--,,--,.-+########+-,--+-----,,,,,,,---,,--,---,,,,,.. ..,,,,,,.,,.,,,,,,,.,,--,,,,-,--..-+####@@@@@##-.,-+-,,,--,,,,,,,,--,,,,,,--,,,,. .,,,,,,.,.,,.,,,..,,-,,,,,,,--+..,++++++++#####+-.,----,,-,,-,,,,,,,,,-,,.,,,-,,. .,,,,,,.,,,.,,,,,,,,,,,,,,-,-+. .+###++#####@###+...---,,,,-,,------,,,,,,,,,.. ...,,,,,,,.,,,,,,,,,,,,,,-,. ,#@@@#-+###@@@@@#, ,-,,,,,,,,,,,,,,,.,,.... ..........,-,... ,+##++++###@@@##+-. .,,,..... . ..,-,... ,+##++#++++######-. ..,.. .,,,... ,#@@##+##@@#@@@@#-. .,,. .,,. .+####++#@@@@@@#+.. .,. ... ..+++++++######+,. ... .+###++####@#-. ,+##+######-. ...-##@#+-... ..--... ```


نیازمندی

مقدار نام
>=9.4,<10.0 Pillow
>=1.24.2,<2.0.0 numpy


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

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


نحوه نصب


نصب پکیج whl asciibee-0.3.2:

    pip install asciibee-0.3.2.whl


نصب پکیج tar.gz asciibee-0.3.2:

    pip install asciibee-0.3.2.tar.gz