change file permissions so other programs can read it python code example Example: python3 change file permissions #import os os.chmod('yourfiletochange.csv', 0o777)