Organizer is a Simple Python Folder Organizer to Windows 10 and 11, it send a notification when organize some files with two button, one open Windows Explorer with file moved selected and another to open the file. Feel free to do any pull request or issue to incluid some file extension or make improvements.
- When downloading something with qBitTorrent Organizer move the file infinit, yet searching for a solution. As a solution you can set qBitTorrent to use .!qB file extention.
Open the Organizer file first thing you'll see there are path
to organize types
to file extentions and exeption file extentions will not be moved.
Open the Organizer file, in the firsts lines you'll see a dict folderShortCurts
, flow the exemple to added more shortcurts.
1st For instalation you'll need install Python
:
https://www.python.org/downloads/
2nd After you will need to added pip
command as global varable on Windows.
3rd Install windows_toasts libray running:
pip install windows_toasts
Note: Here Organizer will be ready to work, but if you want to automatize it when you startup your PC, then:
4th Move Organizer.pyw
to C:\Users\%username%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
Now when you start your PC, Organizer will oranizer your files on Download folder.
- Add a UI interface.
- Make more controlable to use
.exe
files. - Added support to Linux Systems.
- Python
- windows_toasts