fix tabs and spaces python code example
Example: python spacing problems
pip install autopep8
autopep8 script.py # print only
autopep8 -i script.py # write file
pip install autopep8
autopep8 script.py # print only
autopep8 -i script.py # write file