Skip to content

cg-cnu/python-prettycli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pretty CLI

Print pretty terminal messages


Description:

A simple python module with no dependencies to print colorful messages with emojis on the terminal.

Usage:

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

Issue/Feedback:

log them in the github issues or hit me on twitter.

Inspiration:

Like it?:

Please ⭐ this repo.

About

pretty print messages on the terminal

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages