Skip to content
Sign UpLog In
Profile icon

Squidtoon99 _

@ArjunSS1
I've taught myself to code in python and love encryption
Repls
Community
ArjunSS1
ArjunSS1
shared a Post
3 years ago
#WEEKLY 2 - I went for size over speed
Enter in a number I've added some loading print's so you can see some progress.
Palindrome Quick Script
Python
TheDrone7
TheDrone7
SCORED.3 years ago
ArjunSS1
ArjunSS1
shared a Post
3 years ago
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
Discord Bot Attempt
Python
VIPItsukaAllanB
VIPItsukaAllanB
npm install ffmpeg-static8 months ago
HGStyleOfficial
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
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
ArjunSS1
ArjunSS1
shared a Post
3 years 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
Kahoot Flood discord Bot
Pygame
SixBeeps
SixBeeps
Sounds like a bug, put it on the Bugs page.3 years ago
Nettakrim
Nettakrim
this seems to happen randomly, i usually just make a copy and work on that instead3 years ago
ArjunSS1
ArjunSS1
shared a Post
3 years ago
Repl Inside a repl An infinite loop
Web Scraper Attempt
Pygame
ShadowAkira
ShadowAkira
this is amazing3 years ago
FriendlyGooseMan
FriendlyGooseMan
I'm watching cat videos that are blocked right to make me feel better cuz I am big sad D:3 years ago
ColleagueRiley
ColleagueRiley
is there anyway to do this with node JS?3 years ago
ArjunSS1
ArjunSS1
shared a Post
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?
Web Scraper Attempt
Pygame
Scoder12
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
ArjunSS1
ArjunSS1
shared a Post
3 years ago
I made a graphing program for a 10 x 10 graph. What should I make next?
Graph Program - points
Python
SixBeeps
SixBeeps
image Centering is a bit off3 years ago