A useless library that helps you print stingray ASCII arts.
Project description
Stingray ASCII
A useless Python library that helps you print stingray ASCII art.
Installation
You can install this package using pip:
pip install stingray-ascii
Usage
Import the package and use the functions to print stingray ASCII art facing left or right.
from stingray_ascii.core import print_mini_stingray_ascii, print_stingray_ascii
# Print a mini stingray facing left (default)
print_mini_stingray_ascii()
# Print a mini stingray facing right
print_mini_stingray_ascii('right')
# Print a large stingray facing left (default)
print_stingray_ascii()
# Print a large stingray facing right
print_stingray_ascii('right')
Examples
Mini Stingray ASCII
◀--
--▶
Large Stingray ASCII
Facing Left
/\
| \.
/ \
|: >------
\ /
| /'
\/
Facing Right
/\
./ |
/ \
------< :|
\ /
'\ |
\/
Error Handling
If an incorrect direction is provided, an IncorrectDirection exception is raised:
from stingray_ascii.core import print_mini_stingray_ascii
print_mini_stingray_ascii('up') # Raises IncorrectDirection error
License
This project is licensed under the MIT License.
Author
Developed by Stingray Park.
For more details, visit the GitHub Repository.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file stingray_ascii-1.0.0.tar.gz.
File metadata
- Download URL: stingray_ascii-1.0.0.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
787edb1e9ed34053ea92c45702eda5f53539b5e153920292153047b537e88202
|
|
| MD5 |
0e86bd3f107944cbf6af48293da08ae8
|
|
| BLAKE2b-256 |
240c23d66349b87a504ad9ae654a644007930d7b581d4927be42b6a3fea1914f
|
File details
Details for the file stingray_ascii-1.0.0-py3-none-any.whl.
File metadata
- Download URL: stingray_ascii-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e99bc2baa0c69c24896e18625bf09a7243b4132b6caa1dcad2b08ad5009c37e9
|
|
| MD5 |
2c96e95a949cdd5d071de6abf9c510d2
|
|
| BLAKE2b-256 |
7263cf05c3c8598edd2b9af6a538e8f1423e1bf439f9318c77207e09039178eb
|