README.rst 696 B

123456789101112131415161718
  1. ==================================================================
  2. A simple but fancy prompt for the Python interactive interpreter
  3. ==================================================================
  4. Use the good ol' Python interactive prompt but add some color to it!
  5. Supports Python 2.7 and Python 3.x.
  6. Export the ``PYTHONSTARTUP`` environment variable so that it points
  7. to ``python_startup.py`` and run the Python interpreter as usual.
  8. You'll get a colorized input prompt that keeps track of how many times
  9. it has been used and a colorized output prompt that is in sync with it.
  10. Did I mention that it also has autocompletion enabled?
  11. Note: ``globals()`` will contain the ``sys`` module.