🍰 Cake/Exam Poster
Birthday Exam Preview GitHub

Settings

Custom Colors

PNG output is recommended for cake printing. The size is A4 landscape.

Your Name
logo
from datetime import date
today = date.today()

name = "Your Name"
username = "@username"

birthday = date(2000, 1, 1)

if today == birthday:
    print(f"🎉 Happy Birthday, {name}! Level up unlocked!")
    party_mode()
    spawn_confetti('🧁')
elif today.weekday() in (5, 6):
    print("🌿 Weekend vibes — rest, play, repeat.")
    recharge()
else:
    print("💻 Keep coding, keep growing.")
    work()

print("✨ End of script — beginning of greatness.")
@username
© power0matin · MIT
Changelog · EN · FA