Skip to content

czp3009/box-drawing-art

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Box Drawing Art

Use box-drawing character to make sentence.

dependence

Maven

<dependency>
  <groupId>com.hiczp</groupId>
  <artifactId>box-drawing-art</artifactId>
  <version>1.0</version>
</dependency>

Gradle

compile group: 'com.hiczp', name: 'box-drawing-art', version: '1.0'

Usage

Java

System.out.println(BoxDrawingArt.convert("Box Drawing Art"));

Kotlin

println("Box Drawing Art".toBoxDrawingArt())

console:

┬┐ ┌─┐┬ ┬   ┬─┐┬─┐┌─┐┬ ┬ ┬ ┌┐┌┌─┐   ┌─┐┬─┐┌┬┐
├┴┐│ │└┬┘   │ │├┬┘├─┤│││ │ ││││ ┐   ├─┤├┬┘ │ 
┴─┘└─┘┴ ┴   ┴─┘┴└─┴ ┴└┴┘ ┴ ┘└┘└─┘   ┴ ┴┴└─ ┴ 

License

GPL V3

About

Convert string into box-drawing character

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages