- added ability to use hex colors
- changed submodule
tests
totools
to clarify purpose - changed order of some functions:
- move_cursor(direction, no) is now move_cursor(no, direction)
- Foreground colors:
- rainbow: resembles the colors of a rainbow
- random: assigns a random color to each character
- tests: prompt text for colored input
- inability to validate prompt color
- ability to color prompt text along with prompt input text
- ability to clear prompt line subsequent to receiving user input
- ability to convert color name to ansi code
- ability to use rgb colors with prompt inputs
- print_rgb
- new class for custom input prompt:
NewPrompt
- view prompt history
- clear prompt history
- use specified or set default colors
- new
clear_screen
argument option: "all"- relocates cursor to home position prior to clearing screen and buffer
- changed default
clear_screen
argument from "screen" to "all"
- added url to setup.py
- fixed import errors