You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How would this improve Rich?
In my particular case, i want to store it inside an variable so i can pass it as argument to an AES encryption function and then get the encrypted result back, i then can use an decrypt.py file i made to get the beautified version back.
Currently i use the traceback module (not from rich) for the encryption but rich would be way better to use.
What problem does it solve for you?
Sort of answered this above, i tried to use install() and console() without success.
The text was updated successfully, but these errors were encountered:
How would this improve Rich?
In my particular case, i want to store it inside an variable so i can pass it as argument to an AES encryption function and then get the encrypted result back, i then can use an decrypt.py file i made to get the beautified version back.
Currently i use the traceback module (not from rich) for the encryption but rich would be way better to use.
What problem does it solve for you?
Sort of answered this above, i tried to use install() and console() without success.
The text was updated successfully, but these errors were encountered: