This short script was written to get some information from Cisco switches, but its use is not limited to Cisco. It can also be used to perform (CR) operations reliably and execute commands on different OSes, after which the feedback received regarding the executed command can be viewed in an Excel file with separated IP. It will definitely be useful
You need two libraries: openpyxl and paramiko
pip install openpyxlAND
pip install paramiko