this is a small project made in python made in a leisure time on the eve of christmas
- Python 3 https://www.python.org/downloads/
- Termcolor https://pypi.org/project/termcolor/
The module of termcolor can be installed in the following way through the terminal:
pip install termcolor
for the execution of the code you must execute the christmas-tree.py file in the following way:
python christmas-tree.py
The Christmas tree will be shown with the colors of the stars changing every second:
to stop the execution of the script you must press the keys Ctrl+C