A simple package for greetings and goodbyes
Project description
Salutator
A small Python package for greetings and goodbyes.
Installation
pip install salutator
Example Usage
from salutator import humans as h
from salutator import animals as a
from salutator import plants as p
from salutator import minerals as m
# Humans
hg = h.Greeter("John")
print(hg.name) # John
hg.salute() # Hello, John! Wishing you a fantastic day ahead!
hb = h.GoodByer("Penelope")
hb.salute() # Goodbye, Penelope! Take care and see you soon!
# Animals
ag = a.Greeter("Fido")
ag.salute() # Fido wags its tail excitedly in greeting!
ab = a.GoodByer("Whiskers")
ab.salute() # Whiskers trots away happily with a final bark of farewell!
# Plants
pg = p.Greeter("Oak Tree")
pg.salute() # The Oak Tree rustles its leaves softly in greeting.
pb = p.GoodByer("Pine")
pb.salute() # The Pine sways gently as a goodbye in the breeze.
# Minerals
mg = m.Greeter("Quartz")
mg.salute() # The Quartz gleams brightly under the light as if to say hello.
mb = m.GoodByer("Obsidian")
mb.salute() # The Obsidian fades quietly into the shadows, bidding farewell.
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
salutator-0.1.33.tar.gz
(4.5 kB
view details)
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 salutator-0.1.33.tar.gz.
File metadata
- Download URL: salutator-0.1.33.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
884b6b0bdcdc9c56db450d503298d7014775004c8a5c1aae00bc3f7bb672ad2b
|
|
| MD5 |
ac6d4c9887629490a74ce99bf0899e94
|
|
| BLAKE2b-256 |
0d8e03621d897e7a2c925da4488015f8a2da69f03538692662773400130a686c
|
File details
Details for the file salutator-0.1.33-py3-none-any.whl.
File metadata
- Download URL: salutator-0.1.33-py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
74e21f791338cceacc093e6459d054d569db693244ecd330589e620b4ef82862
|
|
| MD5 |
cc85fe8ea0c0ffd28987aec318f1699c
|
|
| BLAKE2b-256 |
a9754ccd76b26207faf0b7682479c391640df083cc4ea5b35706798dc0be6b65
|