Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 634 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 634 Bytes

Console File Explorer in Python

Description

This is a simple console-based file explorer implemented in Python. It allows users to navigate through directories, view files, and perform basic file operations.

video.mp4

Features

  • List files and directories in the current directory
  • Navigate through directories
  • View file contents

Installation

  1. Clone the repository:
    git clone https://github.com/dacharch/Explorer.git
  2. Change the Directory
 cd Explorer
  1. Run the Project
 python run.py