RedLab

A place where you can download python projects created by Rediet.


Get Started
Layer 1

Text to binary converter


This library allows you to use a function called convert_text_to_binary to convet text input to a binary output.
Step 1: Download the zip file.
Step 2: Move the converter.py from the folder to python the same file as you program.

Test


    import converter as conv
    conv.convert_text_to_binary("string input")

Output


    ['s-01110011', 't-01110100', 'r-01110010', 'i-01101001', 'n-01101110', 'g-01100111', ' -00100000', 'i-01101001', 'n-01101110', 'p-01110000', 'u-01110101', 't-01110100']

Download zipTry it

Hard coded chatbot


Coming soon...