DESCR 583 B

123456789101112
  1. PrettyTable lets you control many aspects of the table, like the width
  2. of the column padding, the alignment of text within columns, which
  3. characters are used to draw the table border, whether you even want a
  4. border, and much more. You can control which subsets of the columns and
  5. rows are printed, and you can sort the rows by the value of a particular
  6. column.
  7. PrettyTable can also generate HTML code with the data in a <table>
  8. structure. All of the options available for controlling ASCII tables are
  9. also available for HTML tables, except in cases where this would not
  10. make sense.