playground-for-python
playground-for-python copied to clipboard
Textualize print
What does this PR do?
It basically prints the function processes in different colors.
Test Plan
I have replaced the 'p()' function with rich's print function to colorize the following:
- Create/Add - Orange
- Delete - Red
- Successful run - Green
Since, I did not make any major changes to the operational code ,I Instead only ran the printing part while turning the rest into comments.
Related PRs and Issues
There are no Related PRS and Issues.
Have you read the [Contributing Guidelines on issues]
I have read the contributing guidelines and code of conduct.