This is a program written on 23-11-2019 to wish anyone you want pythonically :) I did this since it's my birthday today.
Just clone this repo and cd into it and in your command prompt or terminal, first run pip install pillow
then run the command python birthday_wish.py
.
This will ask for input
Please enter your name: John
Happy birthday to?: Jack Doe
And produces output
*****************************************
!!! HAPPY BIRTHDAY Jack Doe !!!
*****************************************
(with a few decorative stars around it)
Even if you don't give a name it just prints
*****************************************
!!! HAPPY BIRTHDAY FRIEND!! !!!
*****************************************
Currently the program writes the from and to names into the template file and saves the png into this same folder, here's an example output.
Note: This is a downloded template, all design ideas and designs belong to the designer, my python code has just written the names Jack Doe and Jack on top of it
Enjoy !!!