Skip to content

jkros3/Tabular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tabular

Simple library that creates a table for your data in python

Instructions:

  1. Create a header array
  2. Create a new table object and pass in the header array, this will generate the header and columns
  3. Add rows with the new_row(array) function and pass an array in containing the data for your row
  4. Print the table using the display_table() function

About

Simple library that creates a table for your data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages