Skip to content

code-reaper08/PyBrainf_ck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

 ___           ___                            ___               _     
(  _`\        (  _`\              _         /'___)             ( )    
| |_) ) _   _ | (_) ) _ __   _ _ (_)  ___  | (__           ___ | |/') 
| ,__/'( ) ( )|  _ <'( '__)/'_` )| |/' _ `\| ,__)        /'___)| , <  
| |    | (_) || (_) )| |  ( (_| || || ( ) || |          ( (___ | |\`\ 
(_)    `\__, |(____/'(_)  `\__,_)(_)(_) (_)(_)          `\____)(_) (_)
    ( )_| |                                    ______              
    `\___/'                                   (______)             

GitHub license GitHub issues GitHub stars GitHub last commit PyPI - Format PyPI - Python Version PyPI - Implementation PyPI - Downloads PyPI

A simple package which gives the brainfuck code for the passed text.

Functions to use :

    1. PyBrainf-ck()     ----->     This is the only function available for now, and it takes a string argument.

Usage :

PyBrainf-ck("Hello World !")

this above function returns the brainfuck code for the text "Hello World !".

note:

Quotes("") is compulsory as the argument is a STRING.