flextape.py

Flextape but it's python.


Keywords
flextape, jontron, phil, meme
License
MIT
Install
pip install flextape.py==0.0.2

Documentation

PyPI version

Flextape.py

Flextape but it's python!

Example/Usage

from flextape import flextape # I'm too lazy. ._.
print(flextape.slap(["I sawed this ", "boat in half!"])) #  Prints out "I sawed this boat in half!".
print(flextape.slap(["I used ", 10, " coats of Flex Seal on my air boat!"])) #  Prints out "I used 10 coats of Flex Seal on my air boat!".

Installation (Manual)

pip install flextape.py

Installation (Development)

git clone git@gitlab.com:sparskakyl/flextape-py.git
cd flextape-py
python setup.py install

Note

This was inspired by flextape-js by iknowbashfu (https://github.com/IKnowBashFu/flextape-js)