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#
- Host: GitHub
- URL: https://github.com/thiyageshvenkat/zalgo-text
- Owner: thiyageshvenkat
- Created: 2024-07-11T02:10:11.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-09-03T03:20:13.000Z (9 months ago)
- Last Synced: 2025-03-16T06:11:56.814Z (2 months ago)
- Topics: c-sharp, python, zalgo, zalgo-text
- Language: C#
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.