Skip to content

FileOMate v1.2.0 – Smart desktop file organizer with real-time monitoring, rule-based sorting, preview mode, and safe automatic file management.

License

Notifications You must be signed in to change notification settings

rogers-cyber/FileOMate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FileOMate v1.2.0 – Smart Desktop File Organizer (Full Source Code)

FileOMate v1.2.0 is a Python desktop application for automatic file organization on your desktop.
This repository contains the full source code, allowing you to customize organization rules, unmatched handling, folder monitoring, preview logic, UI layout, and real-time processing for professional workflows or learning purposes.


🌟 SCREENSHOT

JOBREC Main Interface


🌟 FEATURES

  • 📁 Watch Folders — Monitor one or more directories for new files
  • 🖱️ Drag & Drop Support — Quickly add folders to the watch list
  • 🗂️ Intelligent Organization Engine — Move files based on keyword → target folder rules
  • ⚠️ Safe File Handling — Automatic rename of duplicates to prevent overwriting
  • 🔍 Live Preview — See planned file moves without affecting originals
  • 📂 Unmatched File Handling — Automatically move unmatched files to a dedicated folder
  • 📈 Real-Time Statistics — Track moved, unmatched, and error counts
  • 🧵 Multithreaded Processing — Responsive UI while processing large sets of files
  • 🖱️ Interactive Preview / Log View
    • Shows source → destination mapping
    • Highlights skipped or already organized files
  • 🎨 Modern Dark UI — Built with Tkinter + ttkbootstrap
  • ⏸️ Stop / ▶ Start — Control real-time file monitoring safely
  • 🧹 Clean Watch Folders — Reset all folders, logs, and counters instantly
  • ⚙️ Fully Customizable — Modify rules, unmatched behavior, preview logic, or UI layout
  • 📘 Built-In About / Guide — Feature overview, usage tips, and developer info included

🚀 INSTALLATION

  1. Clone or download this repository:

git clone https://github.com/rogers-cyber/FileOMate.git
cd FileOMate

  1. Install required Python packages:

pip install watchdog ttkbootstrap tkinterdnd2

(Tkinter is included with standard Python installations.)

  1. Run the application:

python FileOMate.py

  1. Optional: Build a standalone executable using PyInstaller:

pyinstaller --onefile --windowed FileOMate.py


💡 USAGE

  1. Add Watch Folders:

    • Drag & drop directories into the window
    • Or click Add Folder
  2. Configure Rules:

    • Enter keywords and select target folders in the rule editor
    • Save or load rules as JSON for reuse
  3. Set Options:

    • Enable Recursive Watching to include subfolders
    • Enable Move Unmatched and select an Unmatched Folder if desired
  4. Preview Moves:

    • Click 🔁 Preview to see planned file organization
  5. Apply / Start Monitoring:

    • Click ▶ Apply / Start to begin real-time file organization
    • Monitor live statistics for moved, unmatched, and error counts
  6. Stop Monitoring:

    • Click ⏹ Stop to safely halt processing
  7. Clean Watch Folders:

    • Click 🧹 Clean Watch Folders to reset all folders and logs
  8. Help / About:

    • Click ℹ Info for guide and developer information

⚙️ CONFIGURATION OPTIONS

Option Description


Watch Folders Add directories to monitor for new files Recursive Watching Include subfolders in monitoring Move Unmatched Automatically move unmatched files Unmatched Folder Destination folder for unmatched files Preview Show planned moves before executing Apply / Start Begin real-time file organization Stop Halt monitoring and file moves Clean Watch Folders Clear all folders and logs safely Rules Editor Create, delete, save, or load keyword → folder rules Live Statistics Track moved, unmatched, and error counts Log Live display of file move actions About / Guide Built-in help and overview


📦 OUTPUT

  • Organized Files — Moved according to rules with safe renaming for duplicates
  • Logs — Real-time log of moves, skipped files, and errors

📦 DEPENDENCIES

  • Python 3.10+
  • watchdog — Real-time filesystem monitoring
  • ttkbootstrap — Modern themed UI
  • tkinterdnd2 — Drag & drop support (optional)
  • Tkinter — Standard Python GUI framework
  • pathlib, shutil, threading, queue — Core file and thread management

📝 NOTES

  • Designed for continuous real-time file organization
  • Processing is thread-safe and non-blocking
  • Preview mode ensures no accidental file moves
  • Fully portable when compiled as a standalone executable

👤 ABOUT

FileOMate v1.2.0 is maintained by Mate Technologies, delivering a professional-grade smart file organization solution.

Website: https://matetools.gumroad.com


📜 LICENSE

Distributed as commercial source code.
You may use it for personal or commercial projects.
Redistribution, resale, or rebranding as a competing product is not allowed.

About

FileOMate v1.2.0 – Smart desktop file organizer with real-time monitoring, rule-based sorting, preview mode, and safe automatic file management.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages