Skip to content

kenny-kvibe/zalgo-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Transform text by combining certain characters

Usage

# :module `zalgo`:
#  :funct `transform`:
#   :param `text`: string – text to process
#   :param `strength`: string – "normal", "small", "big", "extreme"
#   :param `position`: string – "above", "middle", "below", "random", "all"
#   :param `text_concat`: string – "before", "after", "random", "all"

import zalgo
print(zalgo.transform('EXAMPLE', 'normal', 'random', 'after'))

Zalgo Example


UPDATED: 21.May.2023

About

Transform text by combining certain characters

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages