This project is a File Manager based on Python 3.8. It was made by Deepesha Burse as a personal project. With this file manager, we can perform various function like opening files/folders, renaming them, deleting them (permanently or sending them to the recycle bin), copy and move files.
- sys
- os
- shutil
- send2trash
File Handling is a core concept in almost all programming languages. Hence, to strengthen my skills, I thought of making a file manager where I could apply the file handling concepts.
- Delete files/folders permanently
- Send files/folders to the Recycle Bin
- Directly open folders
- Expand Folders
- Move files/folders to another location
- Copy files/folders to another location
- Rename files/folders