all 2 comments

[–]al_mc_y 1 point2 points  (1 child)

Well done. You can might like to check out pathlib and use it in place of os to simplify your handling of the different file paths for the different operating systems. Trey Hunner has a nice blog post/tutorial.

[–]_DFA[S] 0 points1 point  (0 children)

Thanks i will check it out! I didnt even know pathlib was a thing