Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/therandomlabs/massive.py
Utilities for converting text to massive text, especially on Discord.
https://github.com/therandomlabs/massive.py
discord emojis massive-text text-conversion
Last synced: 2 days ago
JSON representation
Utilities for converting text to massive text, especially on Discord.
- Host: GitHub
- URL: https://github.com/therandomlabs/massive.py
- Owner: TheRandomLabs
- License: mit
- Created: 2019-07-15T14:05:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-21T14:09:38.000Z (about 5 years ago)
- Last Synced: 2024-11-11T11:53:13.905Z (4 days ago)
- Topics: discord, emojis, massive-text, text-conversion
- Language: Python
- Homepage: https://pypi.org/project/massive.py/
- Size: 63.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# massive.py
[![Foo](http://badge.fury.io/py/massive.py.svg)](http://badge.fury.io/py/massive.py)
Utilities for converting text to massive text, especially on Discord.
## Installation
$ pip install massive.py
## Example
```python
from massive.discord import discord_massivemassivizer = 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:
![](https://raw.githubusercontent.com/TheRandomLabs/massive.py/master/example.png)
## 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.