Storing data locally (tkinter)
I am making a program with various features. The program stores all the user’s preferences (customtkinter string variables) in a .json file located in the same directory. However, when running it on certain devices, it gives me an errno 13 and denies permission to read/edit the file.