Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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