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.922.tar.gz
(48.7 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.9.922.tar.gz.
File metadata
- Download URL: salutator-0.9.922.tar.gz
- Upload date:
- Size: 48.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
87dc3d887e899d760e0d20b4d5868de6ec707728e002b69841f2fe72f9c43ad8
|
|
| MD5 |
5b6897f139eb286a68bda592bddaa3a9
|
|
| BLAKE2b-256 |
6c78235909e15188e0d921872833fc5abb5f5aeb8a87c83ca96b7a6ea9e4b81a
|
File details
Details for the file salutator-0.9.922-py3-none-any.whl.
File metadata
- Download URL: salutator-0.9.922-py3-none-any.whl
- Upload date:
- Size: 31.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
040504cf0fa6e7dd550386051bc3e211f34cde8494392a2537c67141652f104c
|
|
| MD5 |
740a6aedf8e3648a6f1c82b5c8637034
|
|
| BLAKE2b-256 |
01d1155d24786da300e1ccb4e92b7bf9cae68c25db7a87d86a7cd899c48d2e75
|