Skip to content

A python program to color code lines as they are executed in the terminal

License

Notifications You must be signed in to change notification settings

MurmuDev/py-trace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

PythonTracer

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

About

A python program to color code lines as they are executed in the terminal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages