Skip to content

Commit

Permalink
Public Release
Browse files Browse the repository at this point in the history
  • Loading branch information
mishrabiswajit committed Jun 16, 2023
1 parent 24d63d9 commit c228bc0
Show file tree
Hide file tree
Showing 3 changed files with 696 additions and 2 deletions.
49 changes: 47 additions & 2 deletions README.md
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

&emsp;&emsp;<b>[Linux System](https://drive.google.com/file/d/1Q7Ag84hGMLrKKwd1-ODiYEYagnh4U6iy/view?usp=sharing)

&emsp;&emsp;[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 added THE_ORGANIZER.exe
Binary file not shown.
Loading

0 comments on commit c228bc0

Please sign in to comment.