c1ph3r-fsocitey / BrainFuck-converter

A python file that converts Strings to Brainfuck

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Brainfuck String to Code Converter

This is a Python script that converts user-entered strings into Brainfuck code. The generated Brainfuck code, when executed, will print the original string and BrainFuck code

Usage

  1. Clone the repository:
https://github.com/c1ph3r-fsocitey/BrainFuck-converter
  1. Navigate to the directory
cd BrainFuck-Converter
  1. run the script
python brainfuck.py

About

A python file that converts Strings to Brainfuck

License:MIT License


Languages

Language:Python 100.0%