Skip to content

Drunken Bishop algorithm for Ascii-Art representation of Fingerprint

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

moul/drunken-bishop

drunken-bishop

😄 drunken bishop algorithm, to generate ascii-art representations of fingerprints

CircleCI GoDoc License GitHub release Go Report Card CodeFactor codecov Docker Metrics GolangCI npm Sourcegraph Made by Manfred Touron

Usage

$ drunken-bishop hello world
+-----------------+
|                 |
|       o         |
|      . X . E    |
|       O + =     |
|      o S + *    |
|     .   . =     |
|                 |
|                 |
|                 |
+-----------------+

Install

Using go

$ go get -u moul.io/drunken-bishop

Using brew

$ brew install moul/moul/drunken-bishop

Download releases

https://github.com/moul/drunken-bishop/releases

Related projects

License

© 2019 Manfred Touron

Licensed under the Apache License, Version 2.0 (LICENSE-APACHE) or the MIT license (LICENSE-MIT), at your option. See the COPYRIGHT file for more details.

SPDX-License-Identifier: (Apache-2.0 OR MIT)