aalexren / xmastree

Christmas tree in terminal using ASCII

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xmastree

Christmas tree in ascii

Чтобы запустить файл:

  1. Убедитесь, что находитесь на linux или mac OS (use linux or macOS).
  2. Откройте терминал (open terminal).
  3. Скачайте репозиторий с помощью git clone https://github.com/aalexren/xmastree/ (git clone)
  4. Перейдите в папку xmastree (cd xmastree)
  5. Запустите файл python3 xmas.py
    (В случае отсутствия пакета termcolor установите его pip3 install termcolor)
  6. Наслаждайтесь (congrats!)

Для пользователей Windows предлагается пройти по этой https://stackoverflow.com/a/41224335/7502538 и сначала установить curses (if you use windows pls the first go to link)

About

Christmas tree in terminal using ASCII


Languages

Language:Python 100.0%