Number Recognition DOESN'T ALWAYS WORK pls don't scream in comments. Some numbers will work better than others, try rescanning them ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - Draw a number (1-9) big and on the center of the square - Press Space or Click Recognize to guess the number - The variable at the top should show the number you drew - R or Click Reset to reset - After you draw a number, press Up arrow to rescan. It will ask you what number you are scanning, and from then on it will compare with your own handwriting, so it should be more accurate ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ How it works After you press space, it pixelates the number you drew so there are less pixels. Then, it takes that and encodes it into a variable so it can compare it with other variables with compiled strings of data from numbers that I drew. The right is a list of all the pixels that were matching for each number. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @GonSanVi for the idea, but all code was by @BluishBarley (Me)