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

https://github.com/owanesh/vaporwavely

An extremely fast library to vaporize your text and many more! 🌈
https://github.com/owanesh/vaporwavely

aesthetic fun python3 rainbow string-manipulation vaporwave

Last synced: about 1 year ago
JSON representation

An extremely fast library to vaporize your text and many more! 🌈

Awesome Lists containing this project

README

          


Vaporwavely Logo












PyPI version






Convert your text in an aesthetical text, or generate nostalgic 1999 paragraphs with vaporipsum

## How to use 👾

### Installation
```sh
pip install vaporwavely
```
### Usage
- `vaporipsum` : Generate a random text, like [Lorem Ipsum](https://www.lipsum.com/), but more nostalgic and aesthetic

```py
from vaporwavely import vaporipsum

vaporipsum(4) # it generates 4 paragraphs of random text
```

- `vaporize` : Convert your text from this **Hello World** to this **Hello World**

```py
from vaporwavely import vaporize

mystring = "Hi Owanesh"
vaporize(mystring) # Hi Owanesh
```

### Use combo for an aesthetic results 🦄

- **Vaporize your vaporipsum**

```py
from vaporwavely import vaporize, vaporipsum

vaporize(vaporipsum(4))
```
- **Do it upper**
```py
from vaporwavely import vaporize

vaporize('get me upper and vaporized').upper()
```
GET ME UPPER AND VAPORIZED

### Supported Programs

Results vary by which terminal or editor you are using. For best results use:
- **LXTerminal**
- **Idle**
- **Termius**

You may find that these are not supported:
- **Windows CMD & PowerShell**
- **PuTTy for Windows**

### Contribute 🎖
*Really man?*

First of all thanks if you want help me. Below there are requirements and steps for testing

pip install -r requirements-dev.txt
py.test --cov=vaporwavely tests

---
#### Credits 🙏
Thanks to [TristanAG](https://github.com/TristanAG/vaporipsum) for Vaporipsum idea