An open API service indexing awesome lists of open source software.

https://github.com/thiyageshvenkat/zalgo-text

Small, simple code to create ̖̣c̷̭o̞̞ŕ͢r͆̚ǘ̢p̥͔t́̏eͦ̾ď̊ ͉̀t̥̼e͐͜x̏̓t, in Python and C#
https://github.com/thiyageshvenkat/zalgo-text

c-sharp python zalgo zalgo-text

Last synced: 2 months ago
JSON representation

Small, simple code to create ̖̣c̷̭o̞̞ŕ͢r͆̚ǘ̢p̥͔t́̏eͦ̾ď̊ ͉̀t̥̼e͐͜x̏̓t, in Python and C#

Awesome Lists containing this project

README

        

# Zalgo-Text

### Z̨̩͓̓̌̉̇͡a̭͎͗ͥ̏ͯ̔͟l̜ͧ̓ͬ̃̏ͬͮg̨̖͒́ͯ̿̇͑o͚͔͙ͥ̃̃ͯ͂ ̼̳̰͌ͪ̇̏̊Ţ̹̳ͧͭ̓̓͢e̥̖ͯ̏̎̓̑͜ẍ̯̹̜͐͘͘ͅt

+ Finding the `len()` of a zalgo text will return the number of characters and the number of diacritics.
+ `intensity` is a positive integer argument for the `zalgo` function; it controls the number of diacritics per character.
+ `random.randrange(768, 880)` marks the [unicode block](https://en.wikipedia.org/wiki/Combining_Diacritical_Marks#Character_table) of the unicode where diacritics are.
+ The principle behind zalgo text is [stacking diacrtics](https://en.wikipedia.org/wiki/Combining_Diacritical_Marks).
+ You're free to play around with it however you want.