Skip to content

Instantly share code, notes, and snippets.

@Ozhcar
Ozhcar / dir_file_renamer.py
Last active April 5, 2021 18:03
For my dad
from PIL import Image, ImageFont, ImageDraw
import glob
import os
import re
import time
""""""
dir_to_watch_name = './to_watch'
watch_every = 10