An easy to use color debugging tool for Python2.
Looking for a tool for Python3? Check out Pybugger3.
pip install pybugger2
- Download the Pybugger folder from here
- Put it in your project folder.
- At the start of your file, add
import pybugger2
- Start using Pybugger!
Color | Name | Color | Name | Color | Name |
---|---|---|---|---|---|
black | blue | yellow | |||
red | magenta | gray | |||
green | cyan | white |
color_print
from lazyme, by @alvations