Hi everyone!

Use this space to share anyt...
# **Rules**
The Repl.it community is a place for users to share code, ask questions, and discuss coding-related subjects. We're committed to making i...
If you didn't see my email, we released an app that lets you --look-- loop back on your year. Check it out https://replitloopback.repl.co/
Let's use...
HOS is a basic text based operating system that is similar to DOS.
HOS is only able to do a limited amount of things. However, in the future I will b...
Hello beautiful repl community! Welcome to my 500 cycles speech. I am not going to be posting anything (tbh, I never thought I was going to reach 500...
Made this for Comp Sci, went overboard by giving it a story and everything. This game is extremely luck based and I refuse to rebalance it.
Cheat Cod...
This program can test how fast your internet download speed is. It downloads 10 MB files, measures the time it take to download them, gets the average...
A dodge ball game with only text! Use the J and L characters to move your character (the 'D') It is easier to play if you open it(top right) button....
This is my own coding language I have developed! To learn and for details, check out https://repl.it/@HarveyH/LuaH-Learning !
From now on, I will be...
# Searching an xml in Python
Starting with version 2.7 `ElementTree` has a better support for XPath queries. XPath is a syntax to enable you to navig...
# 2048 In Python
I remade 2048 in Python. It is played through the terminal. I did my best to replicate the original 2048. Feel free to share your hig...
Hey so I made an encrypter that asks you for a string, and then returns it to you encrypted. If you want it decrypted, just type decrypt after it retu...
This is a python program that can get past the paywall for study.com lessons. Basically automates inspecting the page and removing all of the "hidden"...
Hi, just finished module 1 and am having an issue making the patch file. I went through the following steps with no issue:
import os
os.system('bash')...
Hi! As you can see, i'm hosting a game jam. A game jam is a hackathon for video games. It is a gathering of people for the purpose of planning, design...
Hey everyone! Here's a hangman game I made that has a bunch of random words imported from a website. The rules are just normal hangman. I hope you lik...
This is a very simple script to get SHELL access on a repl.it container, basically its a virtual machine that repl.it complies & runs your code in, so...
This is a tutorial to get you started on my very own coding language, LuaH! To practice your code, go to https://repl.it/@HarveyH/LuaH . If you want t...
Recently, I made a new project called **"house cleaning simulator"**. There's not much to say about it though, but for a fact this *WAS* coded using ~...
I made a simple proxy site that can unblock some websites. For example, memedroid.com is blocked by my school using Securly, but I can access it using...
# **Not Exactly on Repl.it... **
**Since repl.it is a bit weird with Python Turtle, I'll just give you the code to copy and paste in to another progra...
So this is my own method of ciphering text. I am interested in ciphers and stuff and challenged myself to code different methods of cipher text starti...
This is a very simple Black Jack game, in which the user competes against an AI and tries to achieve victory! The controls will be self-explanatory, a...