Skip to content

ddaniboy/GenerateTbl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

what is it?

A simple tool to generate tables in terminal for more organized results.

How To Use?

Creating new table.

NameOfTable = GenerateTable("Colunm1", "Colunm2")

Add a new rows with informations.

NameOfTable.add("Information in Colunm 1", "Information in Colunm 2")

Merge informations to table.

result = NameOfTable.merge()
print(results)

Result:

_____________________________________________________
| Colunm1                 | Colunm2                 |
-----------------------------------------------------
| Information in Colunm 1 | Information in Colunm 2 |
-----------------------------------------------------

About

Python library for generating tables in terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages