Library for producing ASCII arts from a text or an image
Project description
ASCIIstuff
Make a styled banner for your CLI tool.
This library gathers some useful ASCII art features relying on PyFiglet, Pillow and cowpy.
pip install asciistuff
Usage
Banner
Creating a banner:
>>> from asciistuff import Banner
>>> print(Banner("Test"))
'########:'########::'######::'########:
... ##..:: ##.....::'##... ##:... ##..::
::: ##:::: ##::::::: ##:::..::::: ##::::
::: ##:::: ######:::. ######::::: ##::::
::: ##:::: ##...:::::..... ##:::: ##::::
::: ##:::: ##:::::::'##::: ##:::: ##::::
::: ##:::: ########:. ######::::: ##::::
:::..:::::........:::......::::::..:::::
Image
>>> from asciistuff import Image
>>> print(Image("hello.png", 80))
@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@@@(/,,,,,,/(@@@@@@@@@@ @@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@ @@@@@@(,.. .,*@@@@@@ @@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@* @@@@@/.. .,**((%%#####%((*/,. .,*@@@ @@@@@@@@@@@@@@
@@@@@@@@@@@@@@@* @@@/. ,/(%###%%(*//,,,,,//**%####%((/. .,@@@ @@@@@@@@@@@@
@@@@@@@@@@@@@@ @@*. ,(###%(/,. .,/*(%##%, ,@@ @@@@@@@@@@@
@@@@@@@@@@@@ @@/. *#@#(/. ,(@#/ ./@ @@@@@@@@@@
@@@@@@@@@@@ @@. .(@#*. .(@%. ,@ @@@@@@@@@
@@@@@@@@@@ @/. *@#/ .#@/ .@ @@@@@@@@
@@@@@@@@@ @, .%@( /%. (@* ,@ @@@@@@@
@@@@@@@@ @, /@#, *#. (@, (@/ /@ @@@@@@
@@@@@@@ @, /@#. .. *@, *@, .#@. .(@ @@@@@
@@@@@@ @/ /@#. (@, ,@/ /@, /((/. .@%. ,@ @@@@@
@@@@@@ @. .#@, ,@* .@( ,@/ .%@(*#@/ %@. .@ @@@@@
@@@@@ @/ *@* ## ,%##* #% ,@* %@. %@, %@. .@ @@@@@
@@@@@ @. .##. (@(%##(, /#(.,@(. %# .@( .@( ,@* %@. ,@ @@@@@
@@@@@@@. /@( /@#/.,%@/ ,@(,*(#@( (@. ## .@( %@. ## ,@ @@@@@
@@@@@@@. /@( .@% #@. #@#%(/,. /@, (@. %@/./#@/ .@% /@ @@@@@
@@@@@@@. ,@( ## /@* @% /@/ *@/ .(###(. *@/ .%@ @@@@@
@@@@@ @. .@# %@. ##.@% ,@( ,@( ,@% .@ @@@@@@
@@@@@ @, %@. (@. (@./@#*(##( ## */ ,##. .( @@@@@@
@@@@@ @(. ,@% (@/ *@, .*((/.. (@/ *@%. /@ @@@@@@@
@@@@@@ @, (@/ ./. ,@* .*, /#@* ./@ @@@@@@@@
@@@@@@@ @. .%@, .#( .*#@(. .@@ @@@@@@@@@
@@@@@@@ @*. .(@(. ./%@#* ./@@ @@@@@@@@@@
@@@@@@@@ @*. ,#@(. .*%##(, .*@@ @@@@@@@@@@@@
@@@@@@@@@*@@,. /#@%, .,/(###*. .,@@@ *@@@@@@@@@@@@@
@@@@@@@@@@ @@, ,%@@%*, ,###%(/ ./@@@@ @@@@@@@@@@@@@@@
@@@@@@@@@@@@/@@@,. ,*%##%%(**//***(* /@( ./@@@@ /@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@ @@@*,. ./*((%%%%%%%@( *@/ .(@@@@@ @@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@ @@@@(,. (@, .#@. .@ @@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@* @@@@@@@@((///%. ,@* %@/ / @@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@. .@( (@* ,@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@ * . .@% (@* .@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@. ,@( (@* .@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ * *@,.#@/ .@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @. ##/@#, .@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @* /@@@%. .,@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @. .@@#/ .*@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@. ,%* .,@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @, .%@ *@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*,*%@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Lolcat
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.2.5.tar.gz
(431.1 kB
view details)
Built Distribution
File details
Details for the file asciistuff-1.2.5.tar.gz
.
File metadata
- Download URL: asciistuff-1.2.5.tar.gz
- Upload date:
- Size: 431.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3739235fec0b262ddc5c7c30c46d24fd6b97efdb1e5d175193e6e2a9a4cfae14 |
|
MD5 | 4cad7349724978161b0759dbf1f7b6a3 |
|
BLAKE2b-256 | 6333ae69c7f56ba0e21eab606eea41af46a70b7fe00f1647f8eec56f7dee71e3 |
Provenance
File details
Details for the file asciistuff-1.2.5-py3-none-any.whl
.
File metadata
- Download URL: asciistuff-1.2.5-py3-none-any.whl
- Upload date:
- Size: 42.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f3748fcf4631ba28f71b7529498a9227afec797176218e89229f236c377957f7 |
|
MD5 | b13db713b7adfb647b68c79675da1df8 |
|
BLAKE2b-256 | 3cd7045e72cd4c6007a2148b5be3a85bcc1732da5322c4ebbb6b9b856485899d |