Squidtoon99 _
@ArjunSS1
I've taught myself to code in python and love encryption
Enter in a number I've added some loading print's so you can see some progress.
Python
I'm trying to make a discord music bot and have already created the code but I'm using FFmpeg which I don't know how to download on repl. I've tried i
Python
HGStyleOfficial You can ! In the shell, type this to init FFMPEG :
`ffmpeg`
After, you need to choice the ffmpeg to install, just press enter on the default choice. And there we go ! it is installed, if you are running python, you can also install the package named `ffmpeg`.8 months ago
ChristinaSchw Constants are a special type of variable. Once declared, the value cannot be changed (unless how to get fiberglass out of skin you change the value when initializing it). In JS you use the const keyword: const pi = 3.141599 months ago
I've been messing around with selenium using python + pygame and after stopping the program the program screen turns white and all code doesn't run an
Pygame
FriendlyGooseMan I'm watching cat videos that are blocked right to make me feel better cuz I am big sad D:3 years ago
I've created some very simple web scrapers and I'm unable to create any on repl. Is it possible to create web scrapers/bots on repl, and if so how?
Pygame
Scoder12 You can probably use scrapy but selenium wouldn't work. (Maybe in a graphics repl, but that would be hard to set up)3 years ago