def get_save_path(): Data.save_path = askdirectory() chosen_save_path_label["text"] = Data.save_path return Data.save_path