print("Hello World!")
Last updated 5 years ago
Was this helpful?
Rich is a Python library for rich text and beautiful formatting in the terminal.
How to uninstall all pacakages
pip freeze | xargs pip uninstall -y