Asci art in your code

Asci art is a great way that you can beautify your scripts and code. It is also a great way to section your code and make it easier to find a particular section in the mini map in VS code like this. VS Code Mini Map

I use the following method to produce my asci art: I have the url ready for the patorjk.com site that makes my favorite text art, at the end the string there is an = sign and anything that you put after the = sign will become your asci art.

The URL

http://patorjk.com/software/taag/#p=display&f=ANSI%20Shadow&t=Text ART

Pasting that in a browser will take you to the sight and produce your new Asci Art. Like this Asci Art

There are hundreds of fonts to choose from and you can even set the character hight and width.

Have fun!!