Skip to content

Latest commit

 

History

History
59 lines (40 loc) · 854 Bytes

File metadata and controls

59 lines (40 loc) · 854 Bytes

DFManager

A simple Python terminal-based Directory and File Manager with essential file system operations.


Features

  • Clear terminal screen
  • Display DFManager banner
  • Print current working directory
  • List directory contents
  • Create files and folders
  • Remove files and folders
  • Rename files and folders
  • Find files or folders in the current directory
  • Change working directory
  • Main menu navigation

Requirements

Run the Program

  1. Clone the repository:
git clone https://github.com/bytebitt/DFManager
  1. Change to the project directory
cd DFManager
  1. Install dependencies with:
pip install -r requirements.txt
  1. Run DFManager:

(Windows)

python main.py

(Linux/macOS):

python3 main.py