Hi! File-Manager is a Windows file manager based on Python 3.8 This was made by RIDERIUS as a personal project. With this Python manager, you can browse directories and execute commands. Such as moving, copying, renaming or deleting files.
- send2trash
- colorama
- os
- os.path
- shutil
- pillow
Python 3.8 or higher is recommended for using this program. You need to install the send2trash and colorama modules. You can do this with the following command:
pip install -r requirements.txt
send2trash is a python module that sends files/folders to Recycle Bin instead of permanently deleting it. colorama is a python module that produces colored terminal text. Pillow is the friendly PIL fork by Alex Clark and Contributors. PIL is the Python Imaging Library by Fredrik Lundh and Contributors.
- Viewing the contents of directories
- Switching between directories
- Copying
- Moving
- Renaming
- Removing
- Reading a file
- File overwrite
- Opening an image
- Ability to add your favorite folders in Quick Access.
File-Manager uses Semantic Versioning.
This project is licensed under the MIT License, see the LICENSE file for details.