-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
89c58f6
commit 4bfdbd7
Showing
6 changed files
with
447 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
<div align="center" style="font-size:35px;"><b> FileOrganizer</b></div><br> | ||
<img src="https://i.imgur.com/FquNs9l.png"> | ||
<hr> | ||
FileOrganizer is a powerful and user-friendly tool that helps you efficiently organize your files by sorting them into folders based on their file extensions. Keep your directories clean and easily locate your files with FileOrganizer! | ||
|
||
## Key Features | ||
- Automatically sorts files by file extensions | ||
- Customizable folder categories and associated file extensions | ||
- Supports a wide range of file types | ||
- Simple and intuitive user interface | ||
- "Others" folder for files with unrecognized extensions | ||
|
||
## File Types Supported | ||
>The current configuration supports a total of 128 file extensions across different categories: | ||
- Images: 8 extensions | ||
- Videos: 36 extensions | ||
- Documents: 19 extensions | ||
- Audios: 28 extensions | ||
- Programs: 29 extensions | ||
- Compressed: 18 extensions | ||
- Others: 0 extensions (customizable) | ||
|
||
**Please note that you can add more extensions to the "Others" section or create new folders with additional extensions, following the same format as provided.** | ||
|
||
## System Requirements | ||
- Operating System: Windows 8, 10, 11 | ||
- Python 3.8 or higher | ||
|
||
## Installation Instructions | ||
1. Download and Run the FileOrganizer executable package. | ||
2. Run the FileOrganizer executable to launch the application. | ||
|
||
## Usage | ||
1. Launch FileOrganizer | ||
2. Select the Directory to be organized | ||
3. Leave the rest to FileOrganizer | ||
|
||
## Dependencies | ||
To install the required dependencies, use the following command:<br> | ||
``` pip install -r requirements.txt ``` | ||
<br> | ||
Or You can just run the following command in Command Prompt:<br> | ||
``` pip install customtkinter tk Pillow``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
customtkinter | ||
Pillow | ||
tk |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.