Our code must run on any computer, not just ours.
pathlib
Never write C:/Users/Name/Desktop/project. That folder doesn't exist on the ISS! Use Path(__file__).parent to find where your code is running.
C:/Users/Name/Desktop/project
Path(__file__).parent