Skip to content

Flowercode4/PyFileOrganizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyFileOrganizer

EN:

Advanced File Organizer built with Python and Pathlib. A fully flexible tool that lets you define custom folders and link any file extensions via Settings.json. Supports English/Russian languages, UI text color customization, and robust path validation. Efficiently automates your digital workspace by sorting clutter into neat, user-defined categories. To download all necessary libraries, run libares.bat. It will handle the installation for you. Ensure your Python version is 3.10+ and added to the PATH.

RU:

Продвинутый органайзер файлов на Python и Pathlib. Полная свобода действий через Settings.json: создавайте собственные папки и привязывайте к ним любые расширения. Поддержка русского/английского языков, выбор цвета интерфейса и проверка путей на ошибки. Инструмент мгновенно наводит порядок, распределяя файлы по вашим правилам и категориям. Для скачивания всех необходимых библиотек используйте файл libares.bat — он установит всё автоматически. Убедитесь, что ваша версия Python не ниже 3.10+ и он добавлен в PATH.

MIT License - LICENSE

Changelog

1.0.0

The first general release with flexible configuration via settings.json and library downloading via the libares.bat bat file

1.0.1

Safety - Added a duplicate check. Files with the same name can no longer be re-uploaded to obtain an index.

Corrections - Improved stability during file access errors.