File_Manager v1.0 #12
Tristan296
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The file manager application has been written in Python using the PySimpleGUI library. It provides a GUI interface for users to search, open, and move files with specific filename and file type as well as finding files without a known path. The FileSearcher class is used to search for files recursively in a directory tree, and the shutil and os modules to move and open files respectively. The PySimpleGUI layout is defined as a list of nested lists, and the event loop is used to process user input. The code responds to user input by displaying popup messages and executing the corresponding file management functions.
This discussion was created from the release File_Manager v1.0.
Beta Was this translation helpful? Give feedback.
All reactions