Explore all the methods of any object inside Python in one go
See examples
from object_exporer import ObjectExplorer
object = "This is a simple text string on English language at 64 symbols!"
objectExplorer = ObjectExplorer(object)
Yes, he forces all methods despite possible mistakes, just to quickly show you a visual result with maximum coverage
