Erioluwa Olajorin

Results 1 comments of Erioluwa Olajorin

you pathLib and get the parent file path then merge. I did all mine in a settings file: main_dir = Path(__file__).resolve().parent background_1_dir = os.path.join(main_dir, r"Graphics\background\ground.png") then when loading image, use...