daisvke / TableForge

A simple program that generates tables based on the provided labels from the standard input.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TableForge

Description

This Python program prompts the user to enter a list of labels separated by commas.
It then generates a table with centered labels, where each label is surrounded by a border of dashes.
The table is displayed in the console, providing a visually appealing representation of the input labels.

Command

python3 tableForge.py

Screenshot

Example with the ARP packet

About

A simple program that generates tables based on the provided labels from the standard input.


Languages

Language:Python 100.0%