Skip to content

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

Notifications You must be signed in to change notification settings

TheNinza/goscii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages