Shout out loud
Project description
# shoutout
Python jumbo letter printer
# Install
pip install shoutout
# Usage
```python
import shoutout
shoutout.loud("Hello!!")
```
<pre>
# # #### # # #### ### ###
# # # # # # # ### ###
##### #### # # # # ## ##
# # # # # # #
# # #### ##### ##### #### ## ##
</pre>
or you can create an object!
```python
import shoutout
loud_msg = shoutout.ShoutOut("World!!")
print loud_msg
```
<pre>
# # #### ##### # #### ### ###
# # # # # # # # # ### ###
# # # # # # ### # # # ## ##
# # # # # # # # # # #
# # #### # # ##### #### ## ##
</pre>
Python jumbo letter printer
# Install
pip install shoutout
# Usage
```python
import shoutout
shoutout.loud("Hello!!")
```
<pre>
# # #### # # #### ### ###
# # # # # # # ### ###
##### #### # # # # ## ##
# # # # # # #
# # #### ##### ##### #### ## ##
</pre>
or you can create an object!
```python
import shoutout
loud_msg = shoutout.ShoutOut("World!!")
print loud_msg
```
<pre>
# # #### ##### # #### ### ###
# # # # # # # # # ### ###
# # # # # # ### # # # ## ##
# # # # # # # # # # #
# # #### # # ##### #### ## ##
</pre>
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
shoutout-0.0.2.tar.gz
(3.0 kB
view details)
File details
Details for the file shoutout-0.0.2.tar.gz
.
File metadata
- Download URL: shoutout-0.0.2.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f6ca09a82c80f9c3beeff2c64c476e84f23d4181c2656f8b342c46c74711e71a |
|
MD5 | 168a301caed03f998c16f2b0257c6757 |
|
BLAKE2b-256 | 2ee1a20b1b827f8b59f9c4370d5a0d50f03c4bb62dedbb4931edc91e48465e0c |