Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 506 Bytes

File metadata and controls

17 lines (11 loc) · 506 Bytes

LAB_PIP_VENV

using what you've learned , create a new project to print Text Art in the terminal :

  • Create a virtual environment & activate it
  • Use ART package to print Text Art.
  • Print the phrase "BELIEVE AND ACHEIVE" designed with font block.
  • print the phrase "HELLO" designed with font sub-zero.

Bonus

  • Come up with different phrases with different art and decoration
  • Use colorama to color the text in the terminal.

checkout the package on pip

https://pypi.org/project/art/