From fd0497e174606ad55da9daf47583f14b898a8ee4 Mon Sep 17 00:00:00 2001 From: pat-e Date: Mon, 2 Mar 2026 21:42:13 +0100 Subject: [PATCH] refactor: rename `cleanup_fonts.py` to `subtitle_fonts_cleaner.py` and update README references. --- README.md | 4 ++-- cleanup_fonts.py => subtitle_fonts_cleaner.py | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename cleanup_fonts.py => subtitle_fonts_cleaner.py (100%) diff --git a/README.md b/README.md index 0d0572d..706b48d 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,8 @@ pipx install fonttools Simply place the script inside the directory containing the `.mkv` files you wish to process and run it. You can also place the script in your personal `bin` or `PATH` folder to run it from anywhere. ```bash -python cleanup_fonts.py -# If in your PATH, simply execute: cleanup_fonts.py +python subtitle_fonts_cleaner.py +# If in your PATH, simply execute: subtitle_fonts_cleaner.py ``` ### Folder Structure diff --git a/cleanup_fonts.py b/subtitle_fonts_cleaner.py similarity index 100% rename from cleanup_fonts.py rename to subtitle_fonts_cleaner.py