Ho ho ho 🎅! Welcome to my repository! Here, we will create a simple program that produces a Christmas wish 🎄. I hope you enjoy this. 😄
If you want to do this on your machine, run the following command on your terminal:
cd ~
git clone https://github.com/ledwindra/merry-christmas.git
cd ./merry-christmas
Simple, right? Ho ho ho 🎅!
Then, you (perhaps with your 👪) can run the 🐍 script on your 💻:
python3 src/merry_christmas.py [TRIANGLE_HEIGHT] [END_WISH] [YOUR_NAME]
Explanation:
-
TRIANGLE_HEIGHT
🔺 is needed to produce the Christmas tree. It will produce a list of odd numbers up until your imputed number. For example, if you type 18, it will produce1, 3, 5, ..., 17
. -
END_WISH
🙏 will produce the closure of the text. For exampleEnjoy
, orSincerely
. Note if you want to add more than one word and it has whitespace between the words, then you'll need\
before the space, for exampleYours\n truly
. -
YOUR_NAME
🙋 will produce a text that represents a name that you want to input. For example,Santa
, orSanta\n the\n Coder
Thank you for reading. Ho ho ho 🎅🎄!