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.35.tar.gz
(5.0 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.35.tar.gz.
File metadata
- Download URL: salutator-0.1.35.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e7274881299449d5b99beb60552c9e373d2649790da1aeae079afae695a2b00
|
|
| MD5 |
d2d3abdf1c6bf7ed45a0c16307ba7825
|
|
| BLAKE2b-256 |
7ed9410a5b08c01aced6325f9f47a7ffce6adbe964dd79821e4a9d5179b0d3d3
|
File details
Details for the file salutator-0.1.35-py3-none-any.whl.
File metadata
- Download URL: salutator-0.1.35-py3-none-any.whl
- Upload date:
- Size: 6.5 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 |
59523f3852318473d3f3aad54a3a19e0d1147eeef209dca60a3ac036631a0b7c
|
|
| MD5 |
4b58b0eb1bd9e4729ac830146db8f08a
|
|
| BLAKE2b-256 |
738f9673164a56ef74fc1b5f717597d7a0ee6e21600dc02190ff176c696c1061
|