\r
\r
Showcase\r
-----------\r
+--------\r
\r
.. figure:: https://raw.githubusercontent.com/DTVD/rainbowstream/master/screenshot/rs.gif\r
:alt: gif\r
Available commands are listed in `Read The Docs`_.\r
\r
Theme customization\r
-------------------------\r
+-------------------\r
\r
Rainbow Stream is shipped with some default themes.\r
You can either change theme by ``theme`` command or create your favorite one.\r
if roj:
occur = roj.group()
ary = tweet.split(occur)
- delimeter = color_func(c['TWEET']['keyword'])(occur)
- tweet = delimeter.join(ary)
+ delimiter = color_func(c['TWEET']['keyword'])(occur)
+ tweet = delimiter.join(ary)
# Draw rainbow
line1 = u"{u:>{uw}}:".format(
/*
- * This source is borrowed from folowwing link
+ * This source is borrowed from following link
* https://github.com/jart/fabulous/blob/master/fabulous/_xterm256.c
* I make a slightly change to fit my module here
*/
except:
from html import unescape
-# raw_input and map functiion behaviour
+# raw_input and map function behaviour
if sys.version[0] == "3":
raw_input = input
lmap = lambda f, a: list(map(f, a))