Skip to content

Utilities for converting text to massive text, especially on Discord.

License

Notifications You must be signed in to change notification settings

TheRandomLabs/massive.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

massive.py

Foo

Utilities for converting text to massive text, especially on Discord.

Installation

$ pip install massive.py

Example

from massive.discord import discord_massive

massivizer = discord_massive.Massive(alternate_chance=1.0)
massivizer.swap_random_chars(chance=0.02)

for part in massivizer.massivize("Massive text"):
	print(part)

The above code generates this:

Massivizers

  • Vanessa-case/Vanessa text: aLtErNaTiNg CaPs.
  • Massive text (Discord): regional_indicator and other emojis on Discord.
  • Massive Vanessa text (Discord): A combination of massive text and lower case letters.

About

Utilities for converting text to massive text, especially on Discord.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages