This module contains only a single new-style class, that is called textgrid. It's a string-based solution that allows you to present data converted to strings in ASCII-Style tables. Actually, the class doesn't support different dimensions for each row and column.
Textgrid is an ASCII-Style table, easyly writable to a text file. It supports various operations, like writing in its cells, adding or deleting rows and columns, changing the measures of cells, and more. Textgrids allow to simply import/export text in tables that can be viewed with a simple txt reader, and also to store text in an object that can be easily printed whenever you want in your python application.
Features
- no need for third-party python-modules
- import/export from/to .txt files
- customizable table layout
- easy printing of ASCII-Based tables
License
GNU General Public License version 3.0 (GPLv3)Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of python-textgrid!