Skip to main content

A little helper to structure your terminal output

Project description

A simple piece of code to help structure your console outputs. BT makes use of colorama to provide a few options to create a consistent console output “theme”.



from bloodyterminal import btext

btext.success("your string")
btext.info("your string")
btext.warning("your string")
btext.error("your string")
btext.debug("your string")
btext.custom("your prefix", "your string")

Will result in something like this:

alt text


To test this you can also use btext.demo() to get these outputs.

NOTE: There seems to be a problem with the pycharm debugger not displaying the colors. You’d have to use the terminal. NOTE: I did not create the coloring functionality! Credit for that goes to colorama

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bloodyterminal-3.2.tar.gz (1.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page