ctree

ctree – command line christmas tree
Screenshot-from-2021-12-29-20-00-47.png

It is small python script that prints a christmas tree in terminal.

It is colourful and always gives you a different tree with different
decorations varying in position with three colours more colours and
decorations can be easilty added by appending in the list in code.

A great script to be added in your unixporn screenshot.


How to Install:

Linux

  • use these commands in terminal :

    git clone https://github.com/RohanKP1/ctree.git

    cd ctree/

    sudo mv ctree /usr/bin/ && chmod +x /usr/bin/ctree

macOS

  • use these commands in terminal :

    git clone https://github.com/RohanKP1/ctree.git

    cd ctree/

    sudo mv ctree /usr/local/bin/ && chmod +x /usr/local/bin/ctree

GitHub

View Github