Skip to content

rogers-cyber/AutoDateInserter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutoDateInserter v1.2.0 – Professional Batch File Timestamp Renamer (Full Source Code)

AutoDateInserter v1.2.0 is a Python desktop application for batch file renaming with timestamps.
This repository contains the full source code, allowing you to customize timestamp format, undo behavior, preview logic, UI layout, and processing performance for professional workflows or learning purposes.


🌟 SCREENSHOT

JOBREC Main Interface


💖 Support This Project

If AutoDateInserter saves you time, improves your workflow, or helps you learn Python, please consider supporting the project ❤️

Your support helps me:

  • Maintain and improve existing tools
  • Add new automation utilities
  • Create and share high-quality Python projects
  • Provide long-term updates and fixes

Even $3/month makes a real difference.

👉 Click the Sponsor button at the top of this repository to support the project.


🌟 FEATURES

  • 📁 File & Folder Selection — Add individual files or entire directories recursively
  • ⏱️ Intelligent Timestamp Engine — Prepend or append timestamps (YYYYMMDD_HHMMSS) safely
  • ⚠️ Safe Rename Logic — Automatically resolves filename conflicts to prevent overwriting
  • 🔍 Preview & Dry-Run — View planned renames before applying changes
  • 🔄 Undo Last Operation — Revert previous rename using JSON history
  • 📂 Recursive Folder Support — Include subfolders when adding directories
  • 📈 Real-Time Progress Monitoring — Smooth progress bar with ETA and throughput
  • 🧵 Multithreaded Processing — Responsive UI for large file sets
  • 🖱️ Interactive Preview View
    • Lists original and new filenames
    • Shows rename mapping per file
  • 🎨 Modern Dark UI — Built with Tkinter + ttkbootstrap
  • 🧹 Clean All — Quickly clear selections and preview
  • ⚙️ Fully Customizable — Modify timestamp format, UI, undo logic, or file collection
  • 📘 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/AutoDateInserter.git
cd AutoDateInserter

  1. Install required Python packages:

pip install ttkbootstrap tkinterdnd2

(Tkinter is included with standard Python installations.)

  1. Run the application:

python AutoDateInserter.py

  1. Optional: Build a standalone executable using PyInstaller:

pyinstaller --onefile --windowed AutoDateInserter.py


💡 USAGE

  1. Add Files or Folders:

    • Drag & drop files/folders into the window
    • Or click ➕ Add Files / 📂 Add Folder
  2. Configure Options:

    • Enable Include subfolders if needed
    • Choose rename mode: Prepend or Append timestamp
    • (Optional) Enable Dry-run to preview without renaming
  3. Preview Rename:

    • Click 🔁 Preview to see planned changes
  4. Execute Rename:

    • Click 🕒 RENAME FILES to apply changes
    • Monitor progress, ETA, and throughput
  5. Pause/Resume:

    • Use ⏸ Pause / ▶ Resume for long operations
  6. Undo Last Rename:

    • Click ↩ UNDO LAST to revert the previous operation
  7. Clean All:

    • Click 🧹 Clean All to clear selections and previews
  8. Help / About:

    • Click ℹ Info for guide and developer information

⚙️ CONFIGURATION OPTIONS

Option Description


File Selection Add single files or directories recursively Include Subfolders Include all files in subdirectories Rename Mode Prepend or Append timestamp Dry-Run Preview changes without renaming files Preview Show planned rename mapping Pause / Resume Control long-running operations Undo Last Revert previous rename operation Progress Tracking Progress bar with live updates ETA / Throughput Files-per-second monitoring Clean All Clear selections and previews About / Guide Built-in help and overview


📦 OUTPUT FORMATS

  • TXT — Undo history stored as JSON for safe rollback (timestamped)

📦 DEPENDENCIES

  • Python 3.10+
  • ttkbootstrap — Modern themed UI
  • tkinterdnd2 — Drag & drop support (optional)
  • Tkinter — Standard Python GUI framework
  • Threading — Background processing
  • OS / JSON / Datetime — File operations and undo tracking

📝 NOTES

  • Designed for very large file sets
  • Processing is memory-efficient and non-blocking
  • Dry-run mode allows safe testing before actual rename
  • Undo operations stored in timestamped JSON files
  • Fully portable when compiled as a standalone executable

👤 ABOUT

AutoDateInserter v1.2.0 is maintained by Mate Technologies, delivering a professional-grade batch file timestamp renaming 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

Professional batch file timestamp renamer with preview, undo, drag & drop, dry-run, and recursive folder support.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

 
 
 

Contributors

Languages