A simple Python terminal-based Directory and File Manager with essential file system operations.
- 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
- Python 3.6+
- colorama
- Clone the repository:
git clone https://github.com/bytebitt/DFManager- Change to the project directory
cd DFManager- Install dependencies with:
pip install -r requirements.txt- Run DFManager:
(Windows)
python main.py(Linux/macOS):
python3 main.py