Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiCrackerOfficial authored May 15, 2023
1 parent 89c58f6 commit 4bfdbd7
Show file tree
Hide file tree
Showing 6 changed files with 447 additions and 0 deletions.
Binary file added contact.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon.ico
Binary file not shown.
401 changes: 401 additions & 0 deletions main.py

Large diffs are not rendered by default.

43 changes: 43 additions & 0 deletions readme.md
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```
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
customtkinter
Pillow
tk
Binary file added settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4bfdbd7

Please sign in to comment.