File | Date | Author | Commit |
---|---|---|---|
.vs | 2023-06-30 |
![]() |
[68f9b3] Updated main py |
File Manager.py | 2023-06-30 |
![]() |
[68f9b3] Updated main py |
README.md | 2019-12-30 |
![]() |
[3573b9] Update README.md |
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).
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.