Skip to content
Sign UpLog In
Profile icon

johnnyfrancis

@johnnyfrancis
  • Typing machine

    Cover page
    Made with Python
    Recent comments (0)
  • Search engine with a lot of words

    Cover page
    Made with Python
    Recent comments (0)
Repls
Community
johnnyfrancis
johnnyfrancis
published a Repl
8 months ago
0
BETA
BETAwrites you message in typewriter
johnnyfrancis
johnnyfrancis
published an Update
1 year ago
0
Simple Yet Extremely Annoying (WARNING: MEGA LAG!)
Simple Yet Extremely Annoying!
Kind of Funny! Annoying but just lol!
#python
#annoying
#help
+1
johnnyfrancis
johnnyfrancis
published a Repl
2 years ago
0
Game-1
Game-1A game that is goin to be finished soon.
johnnyfrancis
johnnyfrancis
shared a Post
2 years ago
So In The program below I tried to make a way to make a coding editor like repl. But on line 46 in file It.py All the if statments dont work. Can Some
ChopSueyMaster
ChopSueyMaster
This is because you are saying if "newline" only, not that if write == "newline" so redacted: if write == "NEWLINE" or write == "Newline" or write == "newline": f.write("\n")2 years ago
InvisibleOne
InvisibleOne
Here's your problem, you can't put or and then not put the operator, so line 46 needs to be if write == 'NEWLINE or Newline" or write == "newline": However, this is unnecessary since you can shorten that whole line to this if write.lower() == 'newline': which lowers all the text.2 years ago
IMayBeMe
IMayBeMe
It says that you don’t have a env key names secret, try checkin your env tab2 years ago
johnnyfrancis
johnnyfrancis
published a Repl
2 years ago
0
snake game... but you're the food 🍎 .. but its reversed Sus
snake game... but you're the food 🍎 .. but its reversed SusAll credits to the original creators i just did something but i don't know what i did.
johnnyfrancis
johnnyfrancis
shared a Post
2 years ago
Hello I made something for you to try to guess the password. It may auto let you in if explorer mode is off. So for a challenge turn on explorer mode
johnnyfrancis
johnnyfrancis
shared a Post
2 years ago
Just fixed it! At the end it gives you a link to a calculator to add up your slots! Don't forget to upvote!
Expirementing
Python
johnnyfrancis
johnnyfrancis
shared a Post
2 years ago
Just type in your name and message and hit enter Glitches: This project uses python and writes your messages in either Chatroom1/Chatroom2 b = open("
KeshavSharma29
KeshavSharma29
cool11 months ago
KeshavSharma29
KeshavSharma29
b11 months ago
johnnyfrancis
johnnyfrancis
shared a Post
2 years ago
After just like 45 minutes of being bored scrolling the talk I decided to make a chatroom. Im sorta beginner so it is not so good. Try it out and don'
BananaJellyfish
BananaJellyfish
Cool!2 years ago
johnnyfrancis
johnnyfrancis
shared a Post
2 years ago
I made this and it's not the best it could be. I'm updating it as much as I can. One person try to get it wrong a bunch of times and tell me if the br
Something sort of interesting
Python
johnnyfrancis
johnnyfrancis
shared a Post
2 years ago
I was starting trying a little more html and made a python file and doing a print statement to print but it was wanting to print the webpage!
Coder100
Coder100
Of course not! Python is not like HTML, you can't just visit it like HTML and it gets run!2 years ago
adsarebbbad
adsarebbbad
can you attach the code?2 years ago
johnnyfrancis
johnnyfrancis
shared a Post
3 years ago
Does anyone know what the Type command does in python? Thanks!
PattanAhmed
PattanAhmed
@johnnyfrancis Hi, Definition:- The type() function returns the type of the specified object Example:- (Try this code:-) a = ('apple', 'banana', 'cherry') b = "Hello World" c = 33 x = type(a) y = type(b) z = type(c) print(x) print(y) print(z) Resources:- To know more, Read these websites:- Click here Click here Thanks! Hope this helps3 years ago
CodingCactus
CodingCactus
can you please google things first before asking image3 years ago
Coder100
Coder100
btw it returns the class of the type, e.g. int3 years ago
johnnyfrancis
johnnyfrancis
shared a Post
3 years ago
How do you make a Login with repl.it? I see people doing it but I dont know how. Thanks!
Coder100
Coder100
Hi! For node.js, try my tutorial here. For python, click here. In general, you will need a backend to do some processing because all data is stored inside an HTTP header. https://auth.turbio.repl.co3 years ago
ironblockhd
ironblockhd
Here's a tutorial in python: https://repl.it/talk/learn/Authenticating-users-with-Replit-Auth/23460 And here's one in express: https://repl.it/talk/learn/How-to-Repl-Auth-Expressjs/235583 years ago
johnnyfrancis
johnnyfrancis
shared a Post
3 years ago
Does anyone know howe to use the files? I don't know how so if you do please comment below.
gibbsfreenergy
gibbsfreenergy
Ok so here you go! I just made the tutorial for your question which answers everything you asked -- go check and please select this as your answer if it answered your question! Have a great day Amigos :) 3 years ago
gibbsfreenergy
gibbsfreenergy
I'm gonna make a tutorial on this! Thx for the idea!! I've always has the same question!!!3 years ago
Coder100
Coder100
Hi! Files can be used to split up your code into smaller chunks to increase efficiency, and it can also be used to configure how your code runs.3 years ago
johnnyfrancis
johnnyfrancis
shared a Post
3 years ago
Random thing made of turtles!
johnnyfrancis
johnnyfrancis
shared a Post
3 years ago
I am trying to use flask and It is not going so good. Anyone a flask expert? Thank you for reading!
PattanAhmed
PattanAhmed
@johnnyfrancis Thanks3 years ago
PattanAhmed
PattanAhmed
@johnnyfrancis Hi, Can you Link your Repl here? Hope this helps. please mark my answer if this helps :)3 years ago
Coder100
Coder100
link the repl3 years ago
johnnyfrancis
johnnyfrancis
shared a Post
3 years ago
Very many words! and very intresting!
Search engine with a lot of words
Python
johnnyfrancis
johnnyfrancis
shared a Post
3 years ago
A random game! It is very interring!
johnnyfrancis
johnnyfrancis
shared a Post
3 years ago
It takes some time to load but the new version of hyper typer is here! Ask for anything you need. Please check out the updates page! check out the err
Typing machine
Python
johnnyfrancis
johnnyfrancis
hi3 years ago