Skip to content

The-Cloud-Dev/ScratchEncoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ScratchEncoder

Installation

pip install ScratchEncoder

Usage

encoder = ScratchEncoder.Encoder()

Initializes a new encoder object.

Encoding

encoder.encode('Text')
# Encodes text and returns the encoded value
encoder.decode('value')
# Decodes a value and returns the decoded text

Scratch

View the project on scratch here Contact me on my Scratch Profile