Skip to content
Sign UpLog In
Profile icon

Cole Payne-Sexton

@ColePayneSexton
<insert bio here>
Repls
Community
ColePayneSexton
ColePayneSexton
shared a Post
11 months ago
Increase in bot accounts
ColePayneSexton
ColePayneSexton
shared a Post
1 year ago
Im experimenting with cogs and i cannot call the cog "helpCog" because it sends the default help command 3 times. But with a MainCog if i change the "
ColePayneSexton
ColePayneSexton
shared a Post
2 years ago
for some reason it goes to the alt tag instead of the image, im not sure why the image isnt loading, is it because replit cannot load images?
ch1ck3n
ch1ck3n
delete the image from replit and upload it again2 years ago
WWEMONSTERMONST
WWEMONSTERMONST
I think the issue is with your image, because i can't see it. I think the image you have chosen is corrupted or something like that. Download the image again and then import it here. Hopefully! I was able to help.2 years ago
ColePayneSexton
ColePayneSexton
shared a Post
2 years ago
this is a simple game created with turtle, the goal is to collect the green circle and not hit the red ones, you can touch the yellow borders. use a a
ColePayneSexton
ColePayneSexton
shared a Post
2 years ago
this is an upgraded version of my original system
codingjlu
codingjlu
Credits: people who helped Lamest thing I've heard2 years ago
ColePayneSexton
ColePayneSexton
shared a Post
2 years ago
so ive beem putting this off because i thought that it was just my computer being slow but after i switched a to a chromebook from my school i noticed
Bookie0
Bookie0
Yep, I also think it's super slow. I get these messages like "connecting" or "retrying", as well as the replit spinning logo, or the white loading symbol, etc. And when you press run, it takes a long time to even start executing, then actually executing. And do you sometimes get this message that says "can't edit in read only mode"? And perhaps when you upload images or stuff like that, you can't move it as it takes so long to load? Don't worry, I'm also getting those annoying messages. Only 2 years ago
InvisibleOne
InvisibleOne
Probably because there are a lot more users joining because of covid, and it can be difficult to scale quickly.2 years ago
JaydenSavarinat
JaydenSavarinat
I am using windows academic pro and my browser is Google.2 years ago
ColePayneSexton
ColePayneSexton
shared a Post
2 years ago
im creating a login system so i need to encrypt the password/username for saving, however after i load the data in i cannot decrypt is to read the dat
ch1ck3n
ch1ck3n
why do you need to decrypt2 years ago
lsikora
lsikora
Check this out... https://www.section.io/engineering-education/user-login-web-system/ There is really a lot to explain and this sums everything up pretty nicely. CodeMaster0072 years ago
ColePayneSexton
ColePayneSexton
shared a Post
2 years ago
the last function is a menu for a logging system that im working on, after creating an account the user can log in but when you enter your password to
ColePayneSexton
ColePayneSexton
shared a Post
2 years ago
to get a link for a google site im making
package_check.py
Python
ColePayneSexton
ColePayneSexton
shared a Post
2 years ago
OK dont torch me for posting the school assignments, i just need a link to the project were the viewer doesn't get edit access for a google site i hav
ThePythonCoder12
ThePythonCoder12
"no such file: main.py"2 years ago
ColePayneSexton
ColePayneSexton
shared a Post
2 years ago
read the readme file, comment errors you get and leave feedback
kwe
kwe
this would be fun if it was more challenging (even if i set the custom to 0-1000 with 10 guesses i still get it right) still fun though2 years ago
ColePayneSexton
ColePayneSexton
shared a Post
2 years ago
while creating this game i noticed something weird... under user the t1 (test1) file claims the the key 'password' = none, however i set the password
Brendan23
Brendan23
@plant3jyyehejy does your game not work yet?2 years ago
ColePayneSexton
ColePayneSexton
shared a Post
2 years ago
im trying to keep my files organized for later updates, but i cannot use the file lvl1 in user for example, how can i do this?
ColePayneSexton
ColePayneSexton
shared a Post
2 years ago
My friend told me to make this, ask @AcoyCampbell what its use is.
Brendan23
Brendan23
@plant3jyyehejy ummm... -_-2 years ago
ColePayneSexton
ColePayneSexton
shared a Post
2 years ago
what is json? jason is a module for python that allows a user to 'sterilize' data to use later or even in entirely different scripts. why json? Im go
awesomegamer123
awesomegamer123
i tried to do it but repl is not making my file 1 year ago
lolguineapig
lolguineapig
There are lots of spelling mistakes such as how you wrote "jason" at the beginning and it says "miscakes" at the end.1 year ago
ColePayneSexton
ColePayneSexton
shared a Post
2 years ago
Ive been trying to figure out how to save my friends data (when they play my game space poggerz [im working on a repl.it compatible version]) Its a si
CloudCodes
CloudCodes
Well, if you want their login thing to save, i know how to do it....2 years ago
Flyingcrabs
Flyingcrabs
When I reload it does not say there is a account call it2 years ago
ColePayneSexton
ColePayneSexton
shared a Post
2 years ago
I want to add some of my python modules to the public library... how can i do it?
RYANTADIPARTHI
RYANTADIPARTHI
you could publish some to the site of python libraries2 years ago
19wintersp
19wintersp
If you want to create a new library, go to PyPi, create an account, and publish it. If you want to contribute to someone else's library, find their library on PyPi, open the repository (on the side), and open an issue or pull request.2 years ago
ColePayneSexton
ColePayneSexton
shared a Post
2 years ago
i have no idea what to make... I am still relatively new to python (little more than 2 months) and i need something to make Im fairly good with Import
RYANTADIPARTHI
RYANTADIPARTHI
here are some you can make. hangman adventure game typing game UNO 2048 quiz calculator age calculator future age calculator guessing game random word generator random number generator magic 8 ball Ping me if you need more2 years ago
Mozyyoo
Mozyyoo
I notice it says you don't understand Pygame. I've been using these amazing tutorials which basically give you a walkthrough of how to make a game. https://www.youtube.com/watch?v=i6xMBig-pP4 And, if you don't feel confident enough to do that, you could simply do a "choose your adventure" game.2 years ago
OldWizard209
OldWizard209
There are many things you can make. Using turtle, there is a great tutorial on making a game using classes. Here is the link: https://www.youtube.com/watch?v=nUoJjHOlY24&list=PLlEgNdBJEO-kK78GXDVzytiZlJtCyiFyW Hope this helps to increase your knowledge on classes. You can next work on a typing speed test, text-based adventure, hangman, tic tac toe and many other games and programs. Maybe make a quiz if you wish or a simulator. You can also start Machine Learning, or Web Dev/Scraping using Pyt2 years ago
ColePayneSexton
ColePayneSexton
shared a Post
2 years ago
(The repl i picked was a fork...) Could i have everyones attention please? Good I have a challenge for people who make games... Ive notice most of t
ColePayneSexton
ColePayneSexton
shared a Post
2 years ago
I want to add a readme to python scripts to go in detail of my code (and give credit where its due)
EpicGamer007
EpicGamer007
click on the three buttons on top of the files then it shoould say "add file", then add a file and call it README.md. then yay, you have a readme2 years ago