ScratchData LogoScratchData
Back to Teddybearworld2's profile

text to number code (converter)

TETeddybearworld2•Created June 3, 2023
text to number code (converter)
0
0
1 views
View on Scratch

Instructions

This converts words and stuff into a sort of code, that can then translate back into a word. It's kind of like binary code but uses 0,1,2,3,4,5,6,7,8 and 9. instead of just using 0 and 1. And instead of producing images it produces letters and numbers! This can probably be useful as things like cloud variables don't take letters, so if it can take usernames, convert them into a number code, store them, and covert them back out of the code again when needed. it opens up some possibilities right? the code: space 00 a 01 b 02 c 03 d 04 e 05 f 06 g 07 h 08 i 09 j 10 k 11 l 12 m 13 n 14 o 15 p 16 q 17 r 18 s 19 t 20 u 21 v 22 w 23 x 24 y 25 z 26 0 27 1 28 2 19 3 30 4 31 5 32 6 33 7 34 8 35 9 36

Description

its a basic premise but could be useful to be turned into something much more complex. idea and code by me. you can use the code (that's what it was made for) but make sure to credit me please! This took me hours to do, hope it helps!

Project Details

Project ID860912006
CreatedJune 3, 2023
Last ModifiedAugust 3, 2024
SharedJune 3, 2023
Visibilityvisible
CommentsAllowed