Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages