Skip to content

abu-hurayrah/Desk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Desk



A library for tables in the terminal in Java

Made by Abu Hurayrah


Usage:

Desk desk = new Desk();
desk.print();

This will print out a table with dummy info. You can use the manual constructor like:
Desk desk = new Desk("-", "+", "|", true, false, "none");

to allow for more customisation.

There are also templates such as 'time', 'list' and 'data'

Desk desk = new Desk("-", "+", "|", true, false, "time");

They provide a scaffolding for your table based on your specific needs.

About

A library for tables in the terminal in Java

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages