Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 633 Bytes

File metadata and controls

18 lines (9 loc) · 633 Bytes

File-explorer

A file explorer project with python, that allows you to open a file, copy a file, rename a file, delete a file and other things. I was able to achieve this with the set of tools listed below. Run the code to enjoy.

Tkinter

I used the Tkinter module to create an interactive GUI window to perform all the tasks.

Shutil

The shutil module allows us to move or copy files

image-98

image-96-675x401