The process is only for Windows OS
1) run the following command from cmd
pip list // list out the all the package
pip freeze > requirements.txt // save to a fle
pip uninstall -r requirements.txt -y // uninstall from the file
2) then run > appwiz.cpl > uninstall the python