Use the good ol' Python interactive prompt but add some color to it!

Stefano Mazzucco d0706fc034 Reformat line. il y a 8 ans
.gitignore bf3180e641 Ignore some Emacs files il y a 9 ans
LICENSE 7e347ca4c9 Remove exec flag: bad notabug site! il y a 9 ans
README.rst e1028e94f7 add python_startup and its tests il y a 9 ans
python_startup.py d0706fc034 Reformat line. il y a 8 ans
runtests.py e1028e94f7 add python_startup and its tests il y a 9 ans
test_python_startup.py e1028e94f7 add python_startup and its tests il y a 9 ans

README.rst

==================================================================
A simple but fancy prompt for the Python interactive interpreter
==================================================================

Use the good ol' Python interactive prompt but add some color to it!

Supports Python 2.7 and Python 3.x.

Export the ``PYTHONSTARTUP`` environment variable so that it points
to ``python_startup.py`` and run the Python interpreter as usual.

You'll get a colorized input prompt that keeps track of how many times
it has been used and a colorized output prompt that is in sync with it.

Did I mention that it also has autocompletion enabled?

Note: ``globals()`` will contain the ``sys`` module.