Hi! python-file-manager is a file manager (for windows) based on Python 3.7. It was made by Aman Binjola as a personal project. With this python based file explorer you can view files, folders and perform actions on them. Actions such as moving them, deleting them (permanently or sending them to recycle bin).
- send2trash
- os
- shutil
- sys
Python 3.7 or above is recommended for using this program. You need to install send2trash module first. You can do this by using the following command:
pip install send2trash
send2trash is a python module that sends files/folders to Recycle Bin instead of permanently deleting it.
- Delete files/folder permanently
- Send files/folder to Recycle Bin
- Directly open files from the manager
- Expand folders
- Move files/folders to another location
- Copy files/folders to another location