SBC King
@SBCKing
just a simple dude learning python the proper way...
This is a python web application that checks whether your password has been part of a data breach and checks how strong it is. the backend is written
Bash
so I've stored a json file in a aws s3 bucket but how do I access it from repl using boto3. Is there a linux terminal somewhere I can access or someth
Python
SBCKing @niorg2606 On my laptop it works as I stored all the aws keys under my home directory. however here I'm not sure how to store them in repl as in where can i store the config files with my access keys. I tried making the bucket public still to no avail.3 years ago
A login system with 2 factor authentication and password encryption. the emails are sent from a dummy email account created by me. The list. pickle fi
Python
I have a separate repl called music_quiz is there a way to make this program(sos) run that quiz without having to manually import all those files over
Python
PH1 To move a bunch of files u can download the program as a ZIP then upload it to the new program and delete whatever files u didnt want.
And with the error message using exit() I would recommend not using exit() at all.
A very simple example: https://repl.it/@PH1/no-exit3 years ago
As the title suggests basically just a music quiz that chooses a random song which you have to guess.
I used completely random dummy song names and ar
Python