appwrite / playground-for-python

Simple examples that help you get started with Appwrite + Python (=❤️)
https://appwrite.io
MIT License
65 stars 51 forks source link

Textualize print #58

Open Prash1723 opened 5 months ago

Prash1723 commented 5 months ago

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:

  1. Create/Add - Orange
  2. Delete - Red
  3. 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.