Library for producing ASCII arts from a text or an image
Project description
ASCII Stuff
This library gathers some useful ASCII art features relying on PyFiglet, Pillow and cowpy.
Setup
This library is available on PyPi and can be simply installed using Pip:
pip install asciistuff
or
pip3 install asciistuff
Objects
Banner
Creating a banner:
>>> from asciistuff import Banner
>>> print(Banner("Test"))
'########:'########::'######::'########:
... ##..:: ##.....::'##... ##:... ##..::
::: ##:::: ##::::::: ##:::..::::: ##::::
::: ##:::: ######:::. ######::::: ##::::
::: ##:::: ##...:::::..... ##:::: ##::::
::: ##:::: ##:::::::'##::: ##:::: ##::::
::: ##:::: ########:. ######::::: ##::::
:::..:::::........:::......::::::..:::::
Image
>>> from asciistuff import Image
>>> print(Image("hello.png", 80))
@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@@@(/,,,,,,/(@@@@@@@@@@ @@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@ @@@@@@(,.. .,*@@@@@@ @@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@* @@@@@/.. .,**((%%#####%((*/,. .,*@@@ @@@@@@@@@@@@@@
@@@@@@@@@@@@@@@* @@@/. ,/(%###%%(*//,,,,,//**%####%((/. .,@@@ @@@@@@@@@@@@
@@@@@@@@@@@@@@ @@*. ,(###%(/,. .,/*(%##%, ,@@ @@@@@@@@@@@
@@@@@@@@@@@@ @@/. *#@#(/. ,(@#/ ./@ @@@@@@@@@@
@@@@@@@@@@@ @@. .(@#*. .(@%. ,@ @@@@@@@@@
@@@@@@@@@@ @/. *@#/ .#@/ .@ @@@@@@@@
@@@@@@@@@ @, .%@( /%. (@* ,@ @@@@@@@
@@@@@@@@ @, /@#, *#. (@, (@/ /@ @@@@@@
@@@@@@@ @, /@#. .. *@, *@, .#@. .(@ @@@@@
@@@@@@ @/ /@#. (@, ,@/ /@, /((/. .@%. ,@ @@@@@
@@@@@@ @. .#@, ,@* .@( ,@/ .%@(*#@/ %@. .@ @@@@@
@@@@@ @/ *@* ## ,%##* #% ,@* %@. %@, %@. .@ @@@@@
@@@@@ @. .##. (@(%##(, /#(.,@(. %# .@( .@( ,@* %@. ,@ @@@@@
@@@@@@@. /@( /@#/.,%@/ ,@(,*(#@( (@. ## .@( %@. ## ,@ @@@@@
@@@@@@@. /@( .@% #@. #@#%(/,. /@, (@. %@/./#@/ .@% /@ @@@@@
@@@@@@@. ,@( ## /@* @% /@/ *@/ .(###(. *@/ .%@ @@@@@
@@@@@ @. .@# %@. ##.@% ,@( ,@( ,@% .@ @@@@@@
@@@@@ @, %@. (@. (@./@#*(##( ## */ ,##. .( @@@@@@
@@@@@ @(. ,@% (@/ *@, .*((/.. (@/ *@%. /@ @@@@@@@
@@@@@@ @, (@/ ./. ,@* .*, /#@* ./@ @@@@@@@@
@@@@@@@ @. .%@, .#( .*#@(. .@@ @@@@@@@@@
@@@@@@@ @*. .(@(. ./%@#* ./@@ @@@@@@@@@@
@@@@@@@@ @*. ,#@(. .*%##(, .*@@ @@@@@@@@@@@@
@@@@@@@@@*@@,. /#@%, .,/(###*. .,@@@ *@@@@@@@@@@@@@
@@@@@@@@@@ @@, ,%@@%*, ,###%(/ ./@@@@ @@@@@@@@@@@@@@@
@@@@@@@@@@@@/@@@,. ,*%##%%(**//***(* /@( ./@@@@ /@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@ @@@*,. ./*((%%%%%%%@( *@/ .(@@@@@ @@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@ @@@@(,. (@, .#@. .@ @@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@* @@@@@@@@((///%. ,@* %@/ / @@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@. .@( (@* ,@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@ * . .@% (@* .@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@. ,@( (@* .@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ * *@,.#@/ .@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @. ##/@#, .@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @* /@@@%. .,@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @. .@@#/ .*@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@. ,%* .,@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @, .%@ *@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*,*%@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Quote
>>> from asciistuff import AsciiQuote
>>> print(AsciiQuote("This is a nice quote", "me"))
"This is a nice quote",
me
>>> from asciistuff import Quote
>>> print(Quote("This is another nice quote", "John Doe", cowsay="random"))
_______________________________
/ "This is another nice quote", \
\ John Doe /
-------------------------------
\
\
^__^ /
(oo)\_______/ _________
(__)\ )=( ____|_ \_____
||----w | \ \ \_____ |
|| || || ||
File
from asciistuff import *
file = AsciiFile("test.asc")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
asciistuff-1.0.7.tar.gz
(26.5 kB
view details)
File details
Details for the file asciistuff-1.0.7.tar.gz
.
File metadata
- Download URL: asciistuff-1.0.7.tar.gz
- Upload date:
- Size: 26.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/44.1.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/2.7.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1d58b63f17a499c2d82bec4bad8af0abe834efec97d9be6032f6dc08a9c53326 |
|
MD5 | b786f6edbb827a852281f00d855f0c04 |
|
BLAKE2b-256 | 148ad1b723dc193d9f9670a16f6c4e3ee1d04ac1113005e032e52c7379ef7b3d |