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.9.9.tar.gz
(45.9 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
salutator-0.9.9-py3-none-any.whl
(28.0 kB
view details)
File details
Details for the file salutator-0.9.9.tar.gz.
File metadata
- Download URL: salutator-0.9.9.tar.gz
- Upload date:
- Size: 45.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ec5cebde79086a71e22c89d0ef05a346251f41aace4f6a801e21ba3dccb653fb
|
|
| MD5 |
37d6993497ea73167f2da1ca253502e4
|
|
| BLAKE2b-256 |
b07643146a0375a54ba68d3330b8bd13e1211d153efac182405893f4a3ad2dc9
|
File details
Details for the file salutator-0.9.9-py3-none-any.whl.
File metadata
- Download URL: salutator-0.9.9-py3-none-any.whl
- Upload date:
- Size: 28.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 |
5efadcbc7e75ec9233c68e7fa4c259b093699ce439c2c39e440aae9a229372cf
|
|
| MD5 |
09187d3a46aaafeafd9cb2a133ca7d58
|
|
| BLAKE2b-256 |
833393975e360e671bba36316a36db79b62d2c8b0b859c74405a7bf3cadc6876
|