Bulk File Renaming Tool Project in Python

preview_player
Показать описание
Today we learn how to build a simple bulk file renaming tool project in Python.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚

🌐 Social Media & Contact 🌐

Timestamps:
(0:00) Intro
(0:57) CLI Project
(13:42) GUI Project
(57:19) Outro
Рекомендации по теме
Комментарии
Автор

use r-strings to avoid escaping filenames. eg

prosodyspeaks
Автор

Thanks, nice presentation! – I don't need a UI, I will be happy if I can get the Python to work. Those regexs are great. It's a long time since I used it, but I should be able to get it to do what I want with a quick revision.

gregphillipsmusic
Автор

This is actually really useful! I have a javafx application where I create my own utility tools, I'm definitely going to add a bulk file renamer in there...

oguzhantopaloglu
Автор

Amazing work keep such automation projects coming

disrael
Автор

Hi bro! Your videos are very nice and very helpful but it would be nice to show how the program work in the beginning or end of the video, thanks!

Rom_
Автор

for the CLI version, would using "enumerate" instead of defining the counter be more efficient, or less efficient in terms of performance?

cerealport
Автор

Hi NN NICE job, a little question. When adding PreFix, and then want to remove Prefix, the code is not working, all other things are working 100%
Can you help?

thomasbpetersen
Автор

Thanks, i was wondering how to do this for a while😅😅

somerandomuserfromootooob
Автор

from glob import glob -> some lines gone xD

IqQ
Автор

Hi bro....is there any code for seperating first page or specific page from pdf ...or multiple pdf in a dir

sathiyapoobalan
Автор

you can use glob, Path and enumarate to some extent. f-strings are recommended instead of "+" concatenation. But these are small "styling" details.
What I do not understand is why do you delegate the writting of regular expressions to the user, when 99% of the people don't know RegEx? Even you said you are not an expert...

Deadlious
Автор

Hi please can you make a please make an online video player from url using python?

pyrine
Автор

With the Linux find and mv with the grep easier then ever

kishanakbari
visit shbcf.ru