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! 🌈
- Host: GitHub
- URL: https://github.com/owanesh/vaporwavely
- Owner: Owanesh
- License: mit
- Created: 2018-01-26T17:41:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-08-05T17:18:49.000Z (almost 6 years ago)
- Last Synced: 2025-03-24T14:50:33.729Z (about 1 year ago)
- Topics: aesthetic, fun, python3, rainbow, string-manipulation, vaporwave
- Language: Python
- Homepage:
- Size: 42 KB
- Stars: 11
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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