AutoDateInserter is a desktop app that batch-renames files by prepending or appending timestamps. It supports preview, undo, dry-run, pause/resume, drag & drop, and progress tracking.

This tutorial walks through the app step by step, making it beginner-friendly and easy to understand.

🧠 What You’ll Learn

How to structure a class-based Tkinter app

How to safely batch-rename files

How to add previews, undo, and dry-run

How to keep the UI responsive with threads + queues

How to design a clean UI using ttkbootstrap

📦 Project Structure

Everything lives in one Python file for simplicity:

AutoDateInserter.py

Dependencies:

pip install ttkbootstrap tkinterdnd2

1️⃣ Imports & Feature Detection

We start by importing everything we need.

import os, sys, threadi...

Similar Posts

Loading similar posts...

Keyboard Shortcuts

Navigation
Next / previous item
j/k
Open post
oorEnter
Preview post
v
Post Actions
Love post
a
Like post
l
Dislike post
d
Undo reaction
u
Recommendations
Add interest / feed
Enter
Not interested
x
Go to
Home
gh
Interests
gi
Feeds
gf
Likes
gl
History
gy
Changelog
gc
Settings
gs
Browse
gb
Search
/
General
Show this help
?
Submit feedback
!
Close modal / unfocus
Esc

Press ? anytime to show this help