Skip to content

bytebitt/DFManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Directory/File Manager

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages