-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Sameer edited this page Nov 15, 2023
·
1 revision
# File Mover
File Mover is a simple PyQt5-based application for organizing files by moving them into specific folders based on their types.

## Features
- Select a downloads folder.
- Move images, documents, executable files, PDFs, Excel files, zip files, PPT files, video files, web files, and programming files to separate folders.
- Display a confirmation dialog before moving files.
## Getting Started
1. Clone the repository:
```bash
git clone https://github.com/your-username/your-repository.git
cd your-repository-
Install the required dependencies:
pip install PyQt5
-
Run the application:
python your_main_file.py
- Click on "Select Downloads Folder" to choose the folder containing your downloaded files.
- Click on specific category buttons to move files of that type to their respective folders.
Feel free to contribute to this project by opening issues or pull requests. Your feedback is appreciated!
This project is licensed under the MIT License - see the LICENSE file for details.
Replace "your-username" and "your-repository" with your actual GitHub username and repository name. Also, update the "your_main_file.py" with the actual filename of your main Python script.
This template covers basic information, but you can expand it based on the complexity of your project. Adding sections like "Acknowledgments," "License," and "Contributing" is a good practice for a comprehensive README.