A simple python module with no dependencies to print colorful messages with emojis on the terminal.
from prettycli import warn, info, error, wait, critical, command, link, ignore
print warn('This is a warning')
print info('For your information')
print error('That its an error')
print wait("And you don't wait")
print critical('untill it becomes critical')
print command('This is a command')
print link('https://link/to/something')
print ignore('just some random info you can ignore')
will output
log them in the github issues or hit me on twitter.
Please ⭐ this repo.