Easygui Directory Open Box Issue

409 Views Asked by At

I have recently been working on a simple project for duplicating files, and I have made decent progress. However, while I was adding the feature to select the duplicated file's location, I ran into an issue.

I am using easygui as the file and directory selector, and I use the function easygui.diropenbox(). However, every time the directory box is opened with the code, it always appears on the bottom left corner, and is never draggable. Not even the entire box is visible on screen.

import easygui
file = easygui.diropenbox()
print(file)
0

There are 0 best solutions below