Skip to content
Open navbar menu
Sign UpLog In
Profile icon

rub pec

@rubpec2
rubpec
rubpec2
rubpec2
shared a Post
2 years ago
Can I change the replit link?
So it's currently https://Country.rubpec2.repl.co because that was my first idea but now I wanna change it to something like https://The2ndMultiIdle.r
LAMAQDAHODWALA
LAMAQDAHODWALA
Just rename your repl, and refresh the page. The URL will change with it.2 years ago
rubpec2
rubpec2
shared a Post
2 years ago
It's supposed to translate all files from english to dutch, but it's just translatign them from english to english
water
Python
IL2PG2021
IL2PG2021
What is this in the output of your code CA3B951D-D0BA-49D7-801D-682CB8A47C8D2 years ago
rubpec2
rubpec2
WAIT ITS WORKING I DONT KNOW WHY IT WASNT WORKIN GA WHILE AGO2 years ago
rubpec2
rubpec2
shared a Post
3 years ago
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
water
Python
19ecal
19ecal
Delete 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
rubpec2
rubpec2
shared a Post
3 years ago
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
water
Python
rubpec2
rubpec2
shared a Post
3 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
Bookie0
Bookie0
Maybe 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
RYANTADIPARTHI
RYANTADIPARTHI
maybe os module.3 years ago