Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

12 Commits

Repository files navigation

tooth-python

PyPI Downloadstooth-python is a very basic library that allows you to generate text with basic functions.

License

These codes are licensed under CC0.

CC0

How to use

fromtoothimportTooth# Importing `Tooth` classtooth=Tooth()
tooth.generate("Hello") # Returns 'Toothハ'

Customize vocabulary

tooth=Tooth(vocab=[
"a", "b", "c"
])

Packages

Contributors

Languages