Goscii (Go-Ascii) is a simple cool cli to generate ascii art from webcam stream in your shell.
- gocv [https://gocv.io/]
Note: gocv requires OpenCV 4.0.0 or later. You can install it using:
# MacOS
brew install opencv# Ubuntu
sudo apt install libopencv-devInstall dependencies:
go mod downloadRun the cli:
go run main.goOr build the binary and run it:
go build -o goscii
./goscii