Skip to content

joecooldoo/Scratch-Text-To-Nums

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Scratch Text-To-Numbers (TTN)

This is how you use Scratch TTN.

How To Install

If the IDE you are using has a built in packager, search scratch-text-to-nums. If otherwise, open your shell and run pip install scratch-text-to-nums

Setup

import scratch_text_to_nums

ttn = scratch_text_to_nums
How To Use Encoding

To encode a string, simply use this code: ttn.encode('example'). Replace example with your own text.

Note: You can ONLY use lowercase letters and numbers.

How To Use Decoding

To decode a string, use ttn.decode('example'), and replace example with your own text.

Again, You can ONLY use lowercase letters and numbers.

Scratchblocks

To decode encoded items in Scratch, export this project, load it in Scratch, and backpack the custom block definitions. Then go to the project that you want the blocks to be in, open your backpack, and drag-n-drop the two custom block definitions to your project.

Report bugs to me! -Joecooldoo on Github!

About

Encodes strings to send to the Scratch cloud

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published