/goscii

Goscii (Go-Ascii) is a simple cool cli to generate ascii art from webcam stream in your shell.

Primary LanguageGo

Goscii

Goscii (Go-Ascii) is a simple cool cli to generate ascii art from webcam stream in your shell.

Requirements

Note: gocv requires OpenCV 4.0.0 or later. You can install it using:

# MacOS
brew install opencv
# Ubuntu
sudo apt install libopencv-dev

Usage

Install dependencies:

go mod download

Run the cli:

go run main.go

Or build the binary and run it:

go build -o goscii
./goscii