I have a Python3.9+ project that runs on the command line on both Linux and Windows. I use rich to interact with the console. Out of curiosity I would like to know if it is possible to save the characteristics of the console cursor at the beginning of the program (at least, is the cursor visible ?) and to modify the console cursor according to these characteristics (at the end of the program).
I found nothing in the documentation.