Modules used: sys : https://docs.python.org/3/library/sys.html inspect : https://docs.python.org/3/library/inspect.html
A python 3+ program to color code lines executed lines of python code in the terminal
Colors are based on ANSI codes only!!!
Add python code within the file. Support for separate file tracing is not added.
Support for ignoring specific modules is required. For example imported system defined modules also get traced.
#v2.0 Added Support for CodeHeat
Print the color code of specific line based on the number of times it has been called
Set your custom color in the class name CodeHeat