2
Please, can someone help me? I am wanting to rename files that have characters in the name Ex. "123Pedro.jpg" to "Pedro.jpg". I was trying to use str.Translate(), but it’s not working. Thanks!!!
2
Please, can someone help me? I am wanting to rename files that have characters in the name Ex. "123Pedro.jpg" to "Pedro.jpg". I was trying to use str.Translate(), but it’s not working. Thanks!!!
Browser other questions tagged python-3.x
You are not signed in. Login or sign up in order to post.
You’re gonna go through a folder and see one by one?
– Miguel
Do you have a piece of code you’ve tried? What error does the
str.translate()
?– Leonardo Pessoa