'How to center align data with at least 15 spaces reserved with Tabulate in Python

How do I print a table that has 15 spaces reserved for every field and data inside those fields also has to be centered?

Something like this:


        Name              Address      
--------------------  ---------------
        Abcd               Abcd
12345678901234567890       Abcd



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source