neue Datei: README.md

neue Datei:     pyproject.toml
	neue Datei:     src/text-table/__init__.py
	neue Datei:     src/text-table/_core.py
This commit is contained in:
2026-02-09 14:38:30 +01:00
commit 2580160759
4 changed files with 187 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# Text table
A simple library for creating text tables.
## Installation
You can install the library using pip:
```bash
pip install text-table --index-url https://jcloud-services.ddns.net/simple/
```
## Usage
- `table`: The function which creates a text table from the params.
- `TableBorderCharset`: A class for the charset of a table border.
- `BORDER_THIN`, `BORDER_THICK`, `BORDER_DOUBLE`, `BORDER_ROUND`: Prepared border charsets.