A fun greeting utility — generate personalized greetings, motivational quotes, and ASCII banners!
Project description
🦛 phi_hippo
A fun Python package that generates personalized greetings, motivational quotes, and ASCII art banners!
Installation
pip install phi_hippo
Quick Start
Python API
from phi_hippo import greet, motivate, banner, colorize
# Generate a greeting
print(greet("Alice"))
# Hey Alice! 👋 Hope you're having an awesome day!
# Try different styles
print(greet("Bob", style="pirate"))
# Ahoy, Bob! 🏴☠️ Welcome aboard, ye scallywag!
# Get motivated
print(motivate())
# 🚀 You're capable of amazing things!
# Create a banner
print(banner("Hello World"))
# ==================================================
# = Hello World =
# ==================================================
# Add color to terminal output
print(colorize("Success!", "green", bold=True))
Command Line
# Greet someone
phi_hippo hello Alice
phi_hippo hello Bob --style pirate --color cyan
# Get a motivational quote
phi_hippo motivate
# Create a banner
phi_hippo banner "My Project" --width 60 --char "*"
Available Greeting Styles
| Style | Example |
|---|---|
friendly |
Hey Alice! 👋 Hope you're having an awesome day! |
formal |
Good day, Alice. It is a pleasure to make your acquaintance. |
enthusiastic |
OMG Alice!!! 🎉🎉🎉 SO GREAT TO SEE YOU!!! |
pirate |
Ahoy, Alice! 🏴☠️ Welcome aboard, ye scallywag! |
Available Colors
red, green, yellow, blue, magenta, cyan, white
License
MIT License — see LICENSE for details.
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
phi_hippo-0.1.0.tar.gz
(6.3 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 phi_hippo-0.1.0.tar.gz.
File metadata
- Download URL: phi_hippo-0.1.0.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae7f114b58346d204508a0d6cbfe86cf0a517e41809b5cc1991f2cee5a3fc451
|
|
| MD5 |
fe07d6aeedddf90c2c7b0f4a2341ad35
|
|
| BLAKE2b-256 |
72039ffb1eee07e2eb8ead49da0f8b126f79c10690bdf2604b3da4fea5207e6f
|
File details
Details for the file phi_hippo-0.1.0-py3-none-any.whl.
File metadata
- Download URL: phi_hippo-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fb45a02f6db712065c4abb7a65ab4154a6c79bbc2f24574aa604cc90e339f2ad
|
|
| MD5 |
2f750f3b4083593ab3c14277d72e420d
|
|
| BLAKE2b-256 |
60d41303999f7f66a17e6d4d1fa6372676263823699d5b024f2947233468ef7e
|