Birthday
Create a personalized birthday experience with a name, message, multiple images and captions.
from emotionweb import Surprise
s = Surprise(
type="birthday",
name="Aniket Vishwakarma",
message="chal aaja ghumne chalte h",
images=[
r"C:\path\to\img1.jpeg",
r"C:\path\to\img2.jpeg",
r"C:\path\to\img3.jpeg",
],
caption=[
"The solo travel that teaches me everything ❤️",
"This travel shows a different path ❤️",
"Very best view ❤️",
]
)
s.generate()