Skip to content

sanjaycode95/python-table-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧮 Table Framework in Python

This project implements a custom 2D table framework in Python using the tabulate library. It supports adding/removing rows and columns, inserting data, and generating formatted table views — all through an object-oriented approach.


✨ Features

  • Create a labeled 2D table (like a spreadsheet)
  • Add or remove rows and columns dynamically
  • Insert individual data points or lists of values
  • Retrieve or display data neatly using tabulate
  • Calculate row/column-wise sum and average
  • Clean CLI-style tabular output (grid format)

📦 Requirements

pip install tabulate

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages