Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 869 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 869 Bytes

GitHub README for CLI File Manager

🚀 CLI File Manager in Python

This is a CLI File Manager written in Python. It is a simple and easy-to-use tool for managing files and directories on your computer.

Features:

  • Create, delete, and rename files and directories
  • Copy and move files and directories
  • View the contents of files and directories
  • Search for files and directories
  • Change the current directory

How to use:

  1. Clone the repository:
git clone https://github.com/your-username/CLI-File-Manager.git
  1. Install the requirements:
pip install -r requirements.txt
  1. Run the main file:
python main.py

Contribute:

We are always looking for contributions to our project. If you have any suggestions or bug reports, please feel free to create an issue on GitHub.

Thank you for using our CLI File Manager!