idk i've never used python and a lot of the code was stolen, but i have realized it comes from the googletrans plugin, but idk whats wrong
Python
19ecalDelete the contents of poetry.lock and pyproject.toml and replace them with this
poetry.lock :
[[package]]
category = "main"
description = "Python package for providing Mozilla's CA Bundle."
name = "certifi"
optional = false
python-versions = "*"
version = "2020.12.5"
[[package]]
category = "main"
description = "Universal encoding detector for Python 2 and 3"
name = "chardet"
optional = false
python-versions = "*"
version = "3.0.4"
[[package]]
category = "main"
description = "Free Google Trans3 years ago
I just need to translate over 200 file names to dutch and then download all of them, but idk anything about python and I don't know how to change file
Bookie0Maybe check this Geeks for geeks page out; using os.rename() you can rename files.
Or you can press the 3 dots on a file and press rename, but that would take a long time.
Screen Shot 2021-03-18 at 10.03.07 AM
Screen Shot 2021-03-18 at 10.03.31 AM
To download, press the 3 dots and click download as zip.
Screen Shot 2021-03-18 at 10.03.47 AM
Then in your downloads folder on your computer you'll have this:
Screen Shot 2021-03-18 at 10.04.42 AM
And when you open it you can rename the files th3 years ago