How to create a table-like response?

So you want to display a table with the | characters, not an HTML table (for example). I’m sure there’s a code somewhere on GitHub or StackOverflow to convert a dictionary to an ASCII table :slight_smile:

Take a look at this: Is there's any python library to output dictionary in beautiful ascii table? - Stack Overflow