Skip to content
/ yacpl Public

Yet Another Color Print Library: A simple print() library that supports colors!

License

Notifications You must be signed in to change notification settings

fily-gif/yacpl

Repository files navigation

YACPL

Yet Another Color Print Library A simple print()-esque library that supports colors!

yes i know that this is like the simplest project that does the same as colorama and i really dont care tbh

yacpl intro gif

NOTE: this gif is horrible.

Installation:

$ python3 -m pip install yacpl

Usage:

from yacpl import Bg, Fg, Printer
yacpl = Printer()

yacpl("Hello, world!", Bg.CYAN, Fg.RED)

Development:

$ git clone https://github.com/fily-gif/yacpl.git # or `gh repo clone fily-gif/yacpl`
$ python3 -m pip install -r requirements.txt
# do your thing
# to test your changes: do
$ python3 -m pip install -e . 

About

Yet Another Color Print Library: A simple print() library that supports colors!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages