bobf is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

bobf / bpython http://bpython-interpreter.org/

Fancy curses interface to the Python interpreter

Clone this repository (size: 838.8 KB): HTTPS / SSH
hg clone https://bitbucket.org/bobf/bpython
hg clone ssh://hg@bitbucket.org/bobf/bpython

bpython / windows.theme

# Each letter represents a colour marker:
#   k, r, g, y, b, m, c, w, d
# which stands for:
#   blacK, Red, Green, Yellow, Blue, Magenta, Cyan, White, Default
#
# But in Windows (for now)
#   K,     R,    G,     Y,    B,   M,       C,      W,     k
#   blacK, blue, Green, cyan, red, Magenta, yellow, hite, grey
# Capital letters represent bold (brighter)
# Copy to %USERPROFILE%\.bpython\windows.theme and set "color_scheme = windows" in %USERPROFILE%\.bpython\config

[syntax]
keyword = G
name = Y
comment = c
string = M
error = B
number = C
operator = G
punctuation = C
token = M

[interface]
background = r
output = w
main = W
prompt = W
prompt_more = K