Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dzareldeveloper/file-manager
Project-11 | Hari-11 | 50 Project Python
https://github.com/dzareldeveloper/file-manager
Last synced: 19 days ago
JSON representation
Project-11 | Hari-11 | 50 Project Python
- Host: GitHub
- URL: https://github.com/dzareldeveloper/file-manager
- Owner: DzarelDeveloper
- License: mit
- Created: 2024-12-20T13:30:29.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-29T12:05:15.000Z (23 days ago)
- Last Synced: 2024-12-29T13:19:55.920Z (23 days ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Project-11: File Manager
**By Codesphered01010**## Description
This project is a graphical **File Manager** application built using Python and the **Tkinter** library. It provides an interactive GUI to manage files and directories, enabling users to perform common file operations such as:- Viewing files in the current directory.
- Opening files.
- Renaming files.
- Deleting files or folders.
- Navigating to different directories.
- Refreshing the file list in real-time.---
## Features
1. **Current Directory Display**:
Displays the current working directory at the top of the application.2. **File List Viewer**:
Lists all files and folders in the current directory.3. **File Operations**:
- **Open**: Open a selected file using the default system application.
- **Rename**: Rename a file or folder with a custom name.
- **Delete**: Permanently delete a selected file or folder after confirmation.
- **Navigate**: Switch to a different folder using a directory dialog.
- **Refresh**: Reload the current directory to reflect changes.---
## Prerequisites
### Python Version
Ensure Python 3.x is installed on your system.### Required Modules
The project uses only built-in modules, so no additional installations are required.---
## How to Run
1. Clone or download the repository to your local machine.
2. Open a terminal and navigate to the project directory.
3. Run the Python script:```bash
python project-11.py