Adds emoji-rich greeting methods to the Greeting class.
Project description
cozy-kit-plugin-fancy-greetings
A cozy-kit plugin that adds emoji-rich greeting methods to the Greeting class.
Installation
pip install cozy-kit-plugin-fancy-greetings
Or via the cozy-kit marketplace CLI:
cozy-plugins marketplace install fancy-greetings
Methods added to Greeting
| Method | Description |
|---|---|
wave() |
Sends a cheerful wave with a random emoji |
celebrate() |
Congratulates the user with celebration emojis |
cheer() |
Gives the user an energetic cheer |
Usage
from cozy_kit.greeting import Greeting
from cozy_kit.plugins import plugin, add_plugin
import cozy_kit_plugin_fancy_greetings as fg
plugin(metadata=fg.METADATA, engine=fg.ENGINE)
add_plugin("fancy_greetings")
g = Greeting(name="Youssef")
print(g.wave()) # 👋 Hey, Youssef!
print(g.celebrate()) # 🎉 🥳 ✨ 🎊 🎈\nYou're doing amazing! Youssef!
print(g.cheer()) # Go go go, Youssef! 🚀⚡
License
MIT
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
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 cozy_kit_plugin_fancy_greetings-1.0.0.tar.gz.
File metadata
- Download URL: cozy_kit_plugin_fancy_greetings-1.0.0.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8a31e489aab0e05fe84041257c7c765fd9a81b6a0136418923aba7fc4d7538d8
|
|
| MD5 |
e3446f9a9be84575b8f8c34d4dcc0d74
|
|
| BLAKE2b-256 |
a6dbd60a165c119dea233ed5041ed31936618755c5f3ed39e620bbc24ffbccb2
|
File details
Details for the file cozy_kit_plugin_fancy_greetings-1.0.0-py3-none-any.whl.
File metadata
- Download URL: cozy_kit_plugin_fancy_greetings-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.6 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 |
8931c8e30dd218f0ebc3692249957c3fa5ee529d21c00ea7d9977afc8df41bdb
|
|
| MD5 |
871573b33bfbb0e5e176de3792e870c5
|
|
| BLAKE2b-256 |
ec576a24204e5ce6ee493b0904cf8d4d9fb453c0cb99818f53db2b846548b020
|