This library is used to facilitate the use of the print function
Use p('text')
for print text
print('text')
as same as p('text')
Use cls()
for clear screen
Clearing screen work only at Windows
Use pwi(text, width = 50)
for print text with indent
Width
use for set width of working area
Use pwd(text, time = 0.05)
for print text with delay for each letter
Time
is not must. Default value is 0.01 second
For import use from ezprint import *
For setup type in commandline pip install ezprint
danilpresent - github.com/DanilPresent
stdian - github.com/stdian