My Library
From version 1.2.0 |||| It subport for variable type : opject, as [pandas:DataFrame] [array:numpy]
From version 1.2.1 |||| 1.2.1 that error
For version 2.0.0 is restore code from version 1.3.5 becouse 1.4 is broke
#Working example
#This run should be the easiest to understand.
from iprint import *
a = 'icecomet'
ij(); ij(); ij()
ij('--------------------------------------------',c=ct.blue)
ij(a)
ij(a,'i'); ij(a,'t'); ij(a,'l') #The second attribute can contain 3 characters: i>value, l>len, t>type.
ij('--------------------------------------------',c=ct.blue)
ij(a,'tl') #Arrange them any way you want.
ij('--------------------------------------------',c=ct.blue)
ij(a,'itl') #Arrange them any way you want.
ij(a,'pf') #Arrange them any way you want.
ij('--------------------------------------------',c=ct.blue)
ij('--------------------------------------------',c=ct.greenk)
######################################################################################
ji(end=' >> '); ji(end=' >> '); ji()
ij('--------------------------------------------',c=ct.sky)
ji('icecomet',c=ct.red)
ji('luna',c=ct.blue)
ji('luna')
ji('icecomet')
ji('luna')
ji('luna')
ji('luna','p')
ji('luna','pf')
################################################