A Python script to display Python module documentation with rich formatting using the rich library.
- Displays Python module documentation with rich formatting.
- Continuous command input until the user quits.
- Python 3.x
richlibrary
pip install richRun the script and enter the Python module to display the documentation for:
python manual.pyType 'q' to quit the script.