python-colorful-print is a VSCode extension that enhances Python print statements by adding customizable colors to both variable names (keys) and their values. You can choose specific colors for your prints, generate random colors, and also remove or print all variables in your current Python file with ease.
Features
Colorful Print Statements: Automatically inserts print() statements for selected variables in your Python code, with customizable color formatting.
Print All Variables: Inserts print statements for all variables defined in the active Python file.
Remove All Print Statements: Removes all existing print statements in the current file.
Random Colors: Choose random colors for variable names and values.
Disable Colors: Option to disable colors and print statements in standard format.