Metadata-Version: 2.5
Name: downloads_organizer_railerival
Version: 0.1.2
Summary: Made to organize my downloads!! My first automation ;3
Project-URL: Repository, https://github.com/Railerival/Downloads_organizer
Project-URL: Issues, https://github.com/Railerival/Downloads_organizer/issues
Project-URL: Changelog, https://github.com/Railerival/Downloads_organizer/blob/main/CHANGELOG.md
Author-email: Railerival <lineupsvalorant8@gmail.com>
License-Expression: MIT
License-File: LICENSE.md
Keywords: downloads,file_sorter,organizer
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Desktop Environment :: File Managers
Requires-Python: >=3.14
Requires-Dist: pytest-mock>=3.15.1
Requires-Dist: twine>=7.0.0
Provides-Extra: tester
Requires-Dist: pytest>=9.1.1; extra == 'tester'
Description-Content-Type: text/markdown

# Downloads folder organizer[Alpha-stage]

### What is it?
This is a downloads folder organizer made in python!
it sorts the given folder into different folders with respect to the extensions of the files in it. If they dont have an extension they go into the miscs folder.

**Developer's note**  :  Everything looks fine i just feel like testing a bit more before releasing it, but that will take some time.....So use it cautiously on your own risk

### Example:
`Before:`
![alt text](https://raw.githubusercontent.com/Railerival/Downloads_organizer/main/assets/before.png)

`After`
![alt text](https://raw.githubusercontent.com/Railerival/Downloads_organizer/main/assets/after.png)

### How to use?
You need to change the `DOWNLOADS_DIR` in settings.py and point it to your downloads directory.

### How to make custom folder and add/remove extensions?

You can change it in the `src/settings.py` file
- if u want to add more extensions just add the extensions in `DIRECTORIES` and group them into the folder you want.
- if you want to add a new custom folder just change in `DIRECTORIES` and the required extensions in it.

### Why i made it:

I didnt like how my downloads folder looked, so i made this project `¯\_(ツ)_/¯`  
Also this is probably my first automation `:)`

