From 0fbf4dc95d94162048a9adaf0d028ebfc1f9a49b Mon Sep 17 00:00:00 2001 From: Atakan <68283731+KsBenAtaGG@users.noreply.github.com> Date: Tue, 25 Feb 2025 09:52:25 +0300 Subject: [PATCH] Update main.py --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 571594b..1674319 100644 --- a/main.py +++ b/main.py @@ -34,6 +34,6 @@ if __name__ == "__main__": if mp3_files and image_file: for mp3_file in mp3_files: create_video(mp3_file, image_file) - print(f"Video başarıyla {mp3_file} dosyasından oluşturuldu!") + print(f"The video succesfully created from {mp3_file}!") else: - print("MP3 dosyası veya resim dosyası bulunamadı!") + print("MP3 nor image file not found!")