/art-scraper-demo

image-to-ascii terminal slideshow

Primary LanguageJavaScript

Art Scraper Demo

Currently, cycles through all images in this folder and turns them into ascii art. Once every two seconds.

example

More functionality to come.

Install and Run

Requires node.js

To install: npm install

To run: node app.js

Windows Setup Instructions

Requires better console than cmd.exe. I recommend cmder which is based on ConEmu. You may need to right click cmder and choose "Run as Administrator"

Requires python. Download here. Make sure you tick the box that adds it to your PATH

Requires Graphics Magick. Download here

After doing the following, restart cmder (don't forget to run as administrator) then run npm install. The app should now work.