https://github.com/realpython/python-scripts/blob/master/01_remove_all_pyc.md
All the Python 2 and 3 comes builtin with a battery to do that in a better way...
You can also make it more Verbose or use a path to a project or module or whatever like:
pyclean --verbose /home/code/foo/
This solution is Cross-platform and more safe.
And the proposed solution on 01_remove_all_pyc.md will Fail to clean *.pyo and *.pyd.
https://github.com/realpython/python-scripts/blob/master/01_remove_all_pyc.md
All the Python 2 and 3 comes builtin with a battery to do that in a better way...
You can also make it more Verbose or use a path to a project or module or whatever like:
This solution is Cross-platform and more safe.
And the proposed solution on 01_remove_all_pyc.md will Fail to clean
*.pyoand*.pyd.