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.34.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.34.tar.gz.
File metadata
- Download URL: salutator-0.1.34.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 |
8ee4080259d8470b76fcce8dcc6563c0273c01f7df29970ce1c1d931535fc37a
|
|
| MD5 |
4036275f62fdf894aaba5e9287e5730d
|
|
| BLAKE2b-256 |
2deac790b1a4d15a03e3c3ac970344995af22f25e69e8c226965eb2f3c0c10ca
|
File details
Details for the file salutator-0.1.34-py3-none-any.whl.
File metadata
- Download URL: salutator-0.1.34-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 |
4e4a91b14f4eb4279396913e536600fe3994d2f9648d57969381d8d6942620ce
|
|
| MD5 |
178c8d9a00b7223c42bb25b4621d4341
|
|
| BLAKE2b-256 |
bd518e41c0ace746478811a231869bc5ad381df5330e8ce22150db2e491660c6
|