Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 548 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 548 Bytes

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 ?