Skip to content
Open navbar menu
Sign UpLog In
Profile icon

ethan thomas

@ETHANTHOMAS9
literally terrible at everything but ok. Go, Ruby, Python, JavaScript, node.js, html, css, and C#. Everything
  • Game with collision detection and jumping

    Cover page
    Made with Pygame
    Recent comments (0)
  • Calculator

    Cover page
    Made with Python
    Recent comments (0)
  • random password generator

    Cover page
    Made with Python
    Recent comments (0)
  • BRUH BUTTON

    Cover page
    Made with HTML, CSS, JS
    Recent comments (0)
  • Login system

    Cover page
    Made with HTML, CSS, JS
    Recent comments (2)
    KatieWebb1
    KatieWebb1
    3 months ago

    hi

    harumaki
    harumaki
    2 years ago

    ...online....

ETHANTHOMAS9
ETHANTHOMAS9
shared a Post
3 years ago
Newest posts on repl.it/talk/ask in Python
this is a program that will show you the ten newest posts in the 'ask' section. It will give you info like who posted it, when it was posted, the tit
Web scraper for repl.talk
Python
Jeyyysiiii
Jeyyysiiii
Noice3 years ago
ETHANTHOMAS9
ETHANTHOMAS9
ANNOUNCEMENT: from now on, I'm gonna be posting and coding on a new account, @CodingDoge. So unless for some reason I'm on this one, all my stuff in the future will be on that account!3 years ago
ETHANTHOMAS9
ETHANTHOMAS9
@DynamicSquid Thanks for upvoting!3 years ago
ETHANTHOMAS9
ETHANTHOMAS9
shared a Post
3 years ago
when I was a beginner, I wanted to know how to filter input to only letters, not numbers. Today, I will show you how! A tutorial is in the comments i
Input with only words
Python
CodeLongAndPros
CodeLongAndPros
You could also use: str.isdigit() `3 years ago
ETHANTHOMAS9
ETHANTHOMAS9
shared a Post
3 years ago
This was a fun Challenge because the striftime() function gives a time that is 5 hours ahead of my local time. We can fix this by thinking about two i
Current Time Display in Python
Python
ETHANTHOMAS9
ETHANTHOMAS9
shared a Post
3 years ago
This is a Website that plays a random meme when you click the button. There are currently only 11 memes in the list but I am planning on adding more.
Random Meme Button
HTML, CSS, JS
ETHANTHOMAS9
ETHANTHOMAS9
shared a Post
3 years ago
This is a rock paper scissors game using the 'chance' library for javascript. this is only the first version! I'm planning on adding more features li
Rock paper scissors game
HTML, CSS, JS
ETHANTHOMAS9
ETHANTHOMAS9
shared a Post
3 years ago
this is a password guesser that will make a random string of characters and check if the random password is the same as the password that you input
Password guesser
Python
awesome10
awesome10
This isn't brute force. Brute force is when you iterate through every possible combination until you find the correct one. This program does random passwords to see if it is right. BTW, still a good program though :D3 years ago
ETHANTHOMAS9
ETHANTHOMAS9
shared a Post
3 years ago
this is a very simple program that will update the html on the website in real-time as you type it. you could use it as a template for an effect on a
real time updating text
HTML, CSS, JS
techgeek680
techgeek680
wow!3 years ago
ChristianMMacy
ChristianMMacy
This is a great demo! Using setInterval to check the value every millisecond is very inefficient, so you might consider changing what you're listening for. You can actually listen for "keyup" instead so that the check only triggers when a keyboard key has been pressed and released. It will result in the same effect, but without a looping event executing every millisecond :-)3 years ago
Wilke000
Wilke000
So cool :-) 3 years ago
ETHANTHOMAS9
ETHANTHOMAS9
shared a Post
3 years ago
this is a simple timer using html and css, but mostly javascript. Upvote if you like it!
Real-time updating timer
HTML, CSS, JS
LoganSpong
LoganSpong
It doesnt work 3 years ago
ETHANTHOMAS9
ETHANTHOMAS9
shared a Post
3 years ago
This is a login system using html, and javascript (and a little bit of css) I was going to have the login and the create account on separate pages but
Login system
HTML, CSS, JS
RicardoGonzlez1
RicardoGonzlez1
love it3 years ago
techgeek680
techgeek680
cool!3 years ago
ETHANTHOMAS9
ETHANTHOMAS9
shared a Post
3 years ago
This is the best thing I have ever made easily. In fact, this is the best thing humanity has ever created.
BRUH BUTTON
HTML, CSS, JS
DynamicSquid
DynamicSquid
bruh3 years ago
ETHANTHOMAS9
ETHANTHOMAS9
shared a Post
3 years ago
I dont even know what this is lol but I guess it exists now
BRUH BUTTON
HTML, CSS, JS
Bookie0
Bookie0
Lol3 years ago
08KINPLIX
08KINPLIX
lel3 years ago
ETHANTHOMAS9
ETHANTHOMAS9
shared a Post
3 years ago
Hi! this was a project that was originally not my idea. All credit for this project goes to @OrangeJooce123. Even though none of the code is theirs, t
Rock, Paper, Scissors Game
Python
Kookiez
Kookiez
nice game 3 years ago
ETHANTHOMAS9
ETHANTHOMAS9
shared a Post
3 years ago
So the rules are simple! I used the random.randint function to pick a random number from 1 to 99999999999999999999999999999999999999999999999999999999
impossible game
Python
froggiez55555
froggiez55555
I spammed 23 years ago
froggiez55555
froggiez55555
Let's go!! I won! The number was 2 for me3 years ago
oliviasheng
oliviasheng
Fun at first, quickly got tired of losing :cry3 years ago
ETHANTHOMAS9
ETHANTHOMAS9
shared a Post
3 years ago
so basically it prints a string a line at a time. I don't even know why I made this but maybe you could use it for something
Don´t even know what this is but ok
Python
DynamicSquid
DynamicSquid
this is unrelated... but in c++ we have to specify whether or not we want a new line. do you find that print() could be annoying sometimes?3 years ago
ETHANTHOMAS9
ETHANTHOMAS9
shared a Post
3 years ago
here is a calculator that is a little more advanced function list: addition subtraction multiplication division squaring numbers cubing numbers multi
Calculator
Python
ETHANTHOMAS9
ETHANTHOMAS9
shared a Post
3 years ago
Simple Pygame game that I worked on yesterday. took me 4 to 5 hours to make, so Upvote if you like it! controls: arrow keys and WASD to move
Game with collision detection and jumping
Pygame
ETHANTHOMAS9
ETHANTHOMAS9
shared a Post
3 years ago
Here's a simple Login system I made a couple of days ago(this was my first real project in python) As I've been learning things I have been editing th
Login
Python
ETHANTHOMAS9
ETHANTHOMAS9
shared a Post
3 years ago
Hi! This is a Randomized Password Generator I made over the course of a couple days. I have only been learning python for a couple of days, so please
random password generator
Python