'python - printing tables with menus and submenus:
how can I print in python something like this?
=============================================
| First big menu | Second big menu |
=-------------------------------------------=
| column 1 | column 2 | column 3 | column 4 |
=============================================
| value1 | value2 | value5 | value7 |
| value3 | value4 | value6 | value8 |
=============================================
I know about prettytable and other suggested google options, but didn't see any support in those kinds of menus.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
