khera-shanu / rangeen

Python 3 package for writing awesome CLI application - supports ASCII colours and unicode emotes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rangeen

pip install rangeen

Usage:

` from rangeen import emotes from rangeen import warning from rangeen import colors, colorify

print(f"{emotes.heart} from India!") print(warning("this is a warning")) print(colorify("THIS IS A SAMPLE", fg=colors.WHITE, bg=colors.BLUE)) `

To Do

  • ASCII Art
  • Loaders in terminal
  • unit tests
  • python2.7 and 3.4+ testing
  • travis CI
  • readthedocs
  • stars and contributions
  • .github setup
  • pip setup

use these ?

About

Python 3 package for writing awesome CLI application - supports ASCII colours and unicode emotes.

License:MIT License


Languages

Language:Python 100.0%