diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-12-16 15:01:11 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-12-16 15:01:11 +0530 |
commit | cfc770d13e60174b99c29aeddc2a357a604cbf94 (patch) | |
tree | eaf55b240f549634d5f138c0a1a0ef7efcabd000 | |
parent | 0bb92bfe7a0350759c6213f0751bb3f9ac64920b (diff) |
created henti module to handle the cultured activities
-rw-r--r-- | henti.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/henti.py b/henti.py new file mode 100644 index 0000000..ae341d3 --- /dev/null +++ b/henti.py @@ -0,0 +1,7 @@ +from hentai import Hentai +from hentai import Format + +def find_title(sauce): + # get hentai title in readable format + henti_title = str(Hentai(sauce).title(Format.Pretty)) + return henti_title |