YumYummity / primebit.py

a python package capable of customizable logging features.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

primebit

PORTED BY REQUEST FROM weebwashere

what is primebit you may ask? well primebit is a logging npm package that give the users ability, to log anything in a fancy way!

There's also 4 types of logging types you can use:

error
success
warning
log (default)

using these, will change the logging type to the one you prefer above.

Installation

to install primebit You can do the following:

pip install git+https://github.com/YumYummity/primebit.py

Implentation

After you've installed primebit, you can add your text, and implement the logging types like this:

from primebit import prime

prime.log("a regular message (default log)")
prime.error("a error message")
prime.success("a success message")

After you've customized your prefered logs, your good to go!

About

a python package capable of customizable logging features.


Languages

Language:Python 100.0%