github.com/riderius/File-Manager ↗
File-Manager is a Windows file manager based on Python 3.8 This was made by RIDERIUS as a personal project.
Open this visualization on its own page →
Contributors
2
Lines of Code
33
From
2020-08-01
To
2020-10-01
About riderius/File-Manager
File-Manager is a console-based file manager for Windows built with Python 3.8 and higher. It provides a command-line interface that lets users browse directories and perform common file operations including copying, moving, renaming, deleting, and reading files. The application also supports opening image files directly from the console.
The project uses several external libraries to enhance functionality: send2trash handles file deletion by moving items to the Recycle Bin rather than permanently removing them, colorama adds colored terminal text for better readability, and Pillow enables image file handling. The manager offers a straightforward workflow for directory navigation and file manipulation through text commands, making it useful for users who prefer working in a terminal environment.
This was created as a personal project and is distributed under the MIT License. The developer has indicated potential future enhancements such as Quick Access functionality for favorite folders. The project welcomes contributions and participated in Hacktoberfest.